about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
authorRyan Fortner <71036629+ryanfortner@users.noreply.github.com>2023-03-10 13:19:00 -0500
committerGitHub <noreply@github.com>2023-03-10 13:19:00 -0500
commit46dfbf826de64df2eaa9023a799232320a82776d (patch)
tree739ea3805085dc07f6364159764c9dda6bd7cd18 /docs/COMPILE.md
parent60c6858916aa9e5332fad5cb52c448893e5bd2ef (diff)
downloadbox64-46dfbf826de64df2eaa9023a799232320a82776d.tar.gz
box64-46dfbf826de64df2eaa9023a799232320a82776d.zip
add -dnogit=1 flag to debian rules
Diffstat (limited to 'docs/COMPILE.md')
-rwxr-xr-xdocs/COMPILE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index f0dd0881..c40cbcea 100755
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -282,4 +282,4 @@ The tests are very basic and only tests some functionality for now.
 

 Debian Packaging

 ----

-Box64 can also be packaged into a .deb file with `DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -us -uc -nc`.

+Box64 can also be packaged into a .deb file ***using the source code zip from the releases page*** with `DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -us -uc -nc`. Configure any additional cmake options you might want in `debian/rules`.