Replaced the library, updated the build system.

This commit is contained in:
Kristjan Komloši @ Home
2017-08-15 15:48:08 +02:00
parent d5f9c52f03
commit b35e512795
8 changed files with 344 additions and 136 deletions
+5 -4
View File
@@ -41,14 +41,15 @@ echo " Going back..."
cd .. && proceed=1 #to main dir
proceed
echo " DONE!"
sleep 1 # sleep for 1 sec to let the user see the output
echo " Entering the TinI/O build directory"
cd tinio && proceed=1
echo " DONE!"
proceed
echo " Compiling TinI/O..."
cd tinio && make && make install && proceed=1
echo " DONE!"
echo " Compiling TinI/O"
make && make install && proceed=1
proceed
echo " DONE!"
echo " Compiling the flasher tool"
cd ../tool && make && proceed=1
echo " DONE!"
echo -e "\n\n\nThe TinI/O installation is completed."