diff options
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/COMPILE.md | 2 |
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`. |