Update INSTALL.sh
This commit is contained in:
parent
c47eb9cfec
commit
3407211c08
13
INSTALL.sh
13
INSTALL.sh
@ -3,13 +3,14 @@
|
|||||||
# This script compiles the Sherpa source files into executable binaries, and moves them into their appropriate locations
|
# This script compiles the Sherpa source files into executable binaries, and moves them into their appropriate locations
|
||||||
|
|
||||||
echo "Compiling Sherpa..."
|
echo "Compiling Sherpa..."
|
||||||
gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o Sherpa $(pkg-config --libs vte-2.91) # Compile main Sherpa binary
|
gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o sherpa $(pkg-config --libs vte-2.91) # Compile main Sherpa binary
|
||||||
echo "CC sherpa.c"
|
echo "CC sherpa.c"
|
||||||
echo "Compiling sherpa-version..."
|
|
||||||
gcc -O2 -Wall sherpa-version.c # Compile the sherpa version script
|
|
||||||
echo "CC sherpa-version.c"
|
|
||||||
cp a.out sherpa-version
|
|
||||||
mv sherpa /usr/bin
|
mv sherpa /usr/bin
|
||||||
mv sherpa-version /usr/bin
|
|
||||||
echo "Sherpa was successfully installed."
|
echo "Sherpa was successfully installed."
|
||||||
echo "To update Sherpa, run the UPDATE.sh script."
|
echo "To update Sherpa, run the UPDATE.sh script."
|
||||||
|
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user