Update build scripts for Windows, linux, support macos & 'build readme'

Remove the older shell scripts, they are superseede by a Makefile
which is more efficient.

BTW update the build README
This commit is contained in:
tenzap
2022-12-06 21:45:55 +01:00
parent cf0e8a1926
commit 2c128794ac
8 changed files with 304 additions and 171 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/bash
set -e
pushd ../java/argon2
ndk-build
popd