diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-04 16:58:11 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-04 16:58:11 -0500 |
commit | 37e00da1c6714346487eb1a0ec21afe704f712ef (patch) | |
tree | 6899c926d1356ba29bd008176df8de929eb77b66 /README.md | |
parent | 99fff188e86e8f45b56fefe301f7ceba365bd6ad (diff) | |
download | lite-xl-plugin-manager-37e00da1c6714346487eb1a0ec21afe704f712ef.tar.gz lite-xl-plugin-manager-37e00da1c6714346487eb1a0ec21afe704f712ef.zip |
Added in note about SCPS3.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -14,6 +14,8 @@ the form of an easy-to-use GUI. By default in releases, `lpm` will automatically consume the specification in the `latest` branch of this repository. +Conforms to [SCPS3](https://github.com/adamharrison/straightforward-c-project-standard#SCPS3). + ## Specification For details about the `manifest.json` files that `lpm` consumes, @@ -93,8 +95,8 @@ lpm --help ### Linux to Windows ``` -CC=x86_64-w64-mingw32-gcc AR=x86_64-w64-mingw32-gcc-ar WINDRES=x86_64-w64-mingw32-windres CMAKE_DEFAULT_FLAGS="-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER\ - -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=NEVER -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_SYSTEM_INCLUDE_PATH=/usr/share/mingw-w64/include"\ +CC=x86_64-w64-mingw32-gcc AR=x86_64-w64-mingw32-gcc-ar WINDRES=x86_64-w64-mingw32-windres +CMAKE_DEFAULT_FLAGS="-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER\ -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=NEVER -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_SYSTEM_INCLUDE_PATH=/usr/share/mingw-w64/include"\ GIT2_CONFIGURE="-DDLLTOOL=x86_64-w64-mingw32-dlltool" ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$VERSION-x86_64-windows-`git rev-parse --short HEAD`'"' ``` |