diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-04 15:33:16 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-04 15:33:16 -0500 |
commit | 50ceefd226c785bd7226e66ed42c7ea499fb0480 (patch) | |
tree | 18154e931ceecb58ab927ff7d409a26fd5dfba39 /README.md | |
parent | 9d674fc0937c8843d1c0bef98e72cd39864f08bd (diff) | |
download | lite-xl-plugin-manager-50ceefd226c785bd7226e66ed42c7ea499fb0480.tar.gz lite-xl-plugin-manager-50ceefd226c785bd7226e66ed42c7ea499fb0480.zip |
Made build clearer.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -34,7 +34,14 @@ If you want to build it quickly, and have the right modules installed, you can do: ``` -./build.sh -lz -lssl -lgit2 -lcurl -llua -lcrypto -larchive -llzma +./build.sh -DLPM_LIVE=1 -lgit2 -lzip -llua -lm -lmbedtls -lmbedx509 -lmbedcrypto -lz +``` + +OR + +``` +gcc -DLPM_LIVE=1 src/lpm.c lib/microtar/src/microtar.c -Ilib/microtar/src -lz -lgit2 \ + -lzip -llua -lm -lmbedtls -lmbedx509 -lmbedcrypto -o lpm ``` CI is enabled on this repository, so you can grab Windows and Linux builds from the |