We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8739a8b commit 73dab82Copy full SHA for 73dab82
1 file changed
build/build.sh
@@ -18,13 +18,11 @@ mkdir output
18
git clone --depth 1 https://github.com/moe-hacker/rurima.git
19
cd rurima
20
git submodule update --init --recursive
21
-./autogen.sh
22
-./configure --enable-static
23
-make
+cc build.c -o build
+./build -s -f
24
strip rurima
25
cp rurima ../output/rurima
26
-./configure --enable-static --enable-debug --enable-dev
27
+./build -s -f -d
28
cp rurima ../output/rurima-dbg
29
cp LICENSE ../output/LICENSE
30
exit 0
0 commit comments