1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-27 08:28:06 +00:00

update the build instructions at the top of NOTES

This commit is contained in:
Greg Alexander 2018-05-19 19:15:59 -04:00
parent f919eb125b
commit 7b051dce8e

13
NOTES
View File

@ -1,10 +1,11 @@
BUILD INSTRUCTIONS: BUILD INSTRUCTIONS:
To build this, you'll need to remove my key.* settings in ant.properties. To build this without my private keys, you'll need to replace my
You'll have to build a "debug" apk instead of a "release" one. Android ant.properties symlink with an empty file. You'll have to build a
will not let you install a debug apk on top of a release one, so you have "debug" apk instead of a "release" one. Android will not let you install
to remove stock SimpleSSHD first before installing the debug build. a debug apk on top of a release one, so you have to remove stock
SimpleSSHD first before installing the debug build.
Then follow these steps (roughly the "doit" script): Then follow these steps (roughly the "doit" script):
@ -13,6 +14,10 @@ Then follow these steps (roughly the "doit" script):
mv libs/armeabi/sftp-server libs/armeabi/libsftp-server.so && mv libs/armeabi/sftp-server libs/armeabi/libsftp-server.so &&
mv libs/armeabi/rsync libs/armeabi/librsync.so && mv libs/armeabi/rsync libs/armeabi/librsync.so &&
mv libs/armeabi/buffersu libs/armeabi/libbuffersu.so && mv libs/armeabi/buffersu libs/armeabi/libbuffersu.so &&
mv libs/x86/scp libs/x86/libscp.so &&
mv libs/x86/sftp-server libs/x86/libsftp-server.so &&
mv libs/x86/rsync libs/x86/librsync.so &&
mv libs/x86/buffersu libs/x86/libbuffersu.so &&
ant debug ant debug
The mv steps are very important, because ant will only package the The mv steps are very important, because ant will only package the