diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 16:07:36 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 16:07:36 -0500 |
commit | 71e1d5f3534ea1663d136fef238f7d4786ed15bd (patch) | |
tree | d7ba614364aa805cc1b0a81d9e05a56fd28716c7 /README.md | |
parent | 1f03811ff2fb168679c5d3add8574d6ddf986f34 (diff) | |
download | lite-xl-plugin-manager-71e1d5f3534ea1663d136fef238f7d4786ed15bd.tar.gz lite-xl-plugin-manager-71e1d5f3534ea1663d136fef238f7d4786ed15bd.zip |
Added in --trace flag.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -84,15 +84,15 @@ lpm uninstall aligncarets lpm --help ``` -## Building +## Building & Running -### Linux +### Linux & MacOS & Windows MSYS ``` -./build.sh -DLPM_STATIC -DLPM_VERSION='"'0.1-x86_64-linux-`git rev-parse --short HEAD`'"' +./build.sh && ./lpm ``` -### Linux to Windows +### Linux -> Windows ``` CC=x86_64-w64-mingw32-gcc AR=x86_64-w64-mingw32-gcc-ar WINDRES=x86_64-w64-mingw32-windres |