Skip to content
Snippets Groups Projects
Commit ba2e6c5a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Document how to build a dpkg.

It's pretty important to specift PREFIX here right now since it's
not actually used in the paths, which means there would be a mismatch
between where the files are installed and where the data lives.

This is fairly easy to fix, but I likely never will.
parent 685ee2f2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4392 passed
......@@ -53,3 +53,7 @@ gmake CC=emcc VERBOSE=please AR=emar RANLIB=emranlib RELEASE=1 CXX=emc++ os=emsc
Release builds of jsdoor (not related at all)
gmake jsdoor NO_LD_RUN_PATH=dumbass CC=mingw32-gcc VERBOSE=please AR=mingw32-ar AS=mingw32-as RANLIB=mingw32-ranlib RELEASE=1 CXX=mingw32-g++ WINDRES=mingw32-windres JSLIBDIR=../../3rdp/win32.release/mozjs/bin/ JSINCLUDE=../../3rdp/win32.release/mozjs/include/ JSLIB=mozjs
Building a dpkg for a Debian-like OS
gmake RELEASE=1 PREFIX=/usr dpkg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment