aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-06-13 09:44:44 -0400
committerAdam Harrison <adamdharrison@gmail.com>2023-06-13 09:44:44 -0400
commitc9c9ab5c5fe1bb699cdfbb062bbc599a01c74d14 (patch)
tree6edafb034dabea697b833846af41d0bd71b45e69 /README.md
parentdb5c0e1d47d9ba0e177c278b4c52143069b7cfe9 (diff)
downloadlite-xl-plugin-manager-c9c9ab5c5fe1bb699cdfbb062bbc599a01c74d14.tar.gz
lite-xl-plugin-manager-c9c9ab5c5fe1bb699cdfbb062bbc599a01c74d14.zip
Updated changelog, README, and manifest to clear up some language, and fix some URLs.v1.0.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 98bf79f..db2ce4d 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,6 @@ plugins from lite-xl, as well as different version of lite-xl.
Can be used by a package manager plugin that works from inside the editor
and calls this binary.
-Releases forthcoming, should be available on Windows, Mac, Linux and FreeBSD.
-
Also contains a plugin_manager.lua plugin to integrate the binary with lite in
the form of an easy-to-use GUI.
@@ -21,7 +19,7 @@ Conforms to [SCPS3](https://github.com/adamharrison/straightforward-c-project-st
## Status
-`lpm` 1.0 has been just released, and so may still contain bugs, but is generally feature-complete.
+`lpm` 1.0 has been just released, and so may still contain bugs, but is generally feature-complete.
## Specification
@@ -74,10 +72,10 @@ You can also use `scoop` to grab `lpm`, courtesy of @cvladan:
scoop install https://gist.githubusercontent.com/cvladan/416c1945c9e446a6fc64ba766d6ee4ef/raw/lite-xl-plugin-manager.json
```
-## Supporting Libraries
+## Supporting Libraries / Dependencies
As seen in the `lib` folder, the following external libraries are used to
-build `lpm`:
+build `lpm` as git submodules:
* `lua` (core program written in)
* `mbedtls` (https/SSL support)
@@ -86,6 +84,9 @@ build `lpm`:
* `libzip` (for unpacking .zip files)
* `libmicrotar` (for unpacking .tar.gz files)
+To build, `lpm` only requires a C compiler. To run the underlying build process
+for `mbedtls` and `libgit2`, `cmake` is also required.
+
## Supported Platforms
`lpm` should work on all platforms `lite-xl` works on; but releases are offered for the following: