mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Combinar
This commit is contained in:
commit
b6efb1a31c
19
compileX11.sh
Executable file
19
compileX11.sh
Executable file
@ -0,0 +1,19 @@
|
||||
#! /bin/bash
|
||||
|
||||
echo "Compiling YACReader"
|
||||
cd ./YACReader
|
||||
qmake
|
||||
make
|
||||
cd ..
|
||||
|
||||
echo "Compiling YACReaderLibrary"
|
||||
cd ./YACReaderLibrary
|
||||
qmake
|
||||
make
|
||||
cd ..
|
||||
|
||||
mkdir ./bin
|
||||
cp ./YACReader/YACReader ./bin/YACReader
|
||||
cp ./YACReaderLibrary/YACReaderLibrary ./bin/YACReaderLibrary
|
||||
|
||||
echo "Done!"
|
Loading…
Reference in New Issue
Block a user