aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-04 15:33:16 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-04 15:33:16 -0500
commit50ceefd226c785bd7226e66ed42c7ea499fb0480 (patch)
tree18154e931ceecb58ab927ff7d409a26fd5dfba39 /README.md
parent9d674fc0937c8843d1c0bef98e72cd39864f08bd (diff)
downloadlite-xl-plugin-manager-50ceefd226c785bd7226e66ed42c7ea499fb0480.tar.gz
lite-xl-plugin-manager-50ceefd226c785bd7226e66ed42c7ea499fb0480.zip
Made build clearer.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index e388ada..380fa5c 100644
--- a/README.md
+++ b/README.md
@@ -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