From aad60d984976fbd02b3fe31cde7f1eba45e50fbc Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Thu, 1 Dec 2022 20:04:36 +0100 Subject: [PATCH] - Added Some build notes to the repo --- build.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.txt diff --git a/build.txt b/build.txt new file mode 100644 index 0000000..9e9227c --- /dev/null +++ b/build.txt @@ -0,0 +1,3 @@ +/opt/gcw0-toolchain/usr/bin/mipsel-linux-g++ -D GCWZERO -I/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL2 -D_GNU_SOURCE=1 -D_REENTRANT -lSDL2 -lstdc++ -std=c++11 source/*.cpp source/common/*.cpp -o jdd +sftp root@10.1.1.2:jdd <<< $'put jdd' +ssh root@10.1.1.2