mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -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…
x
Reference in New Issue
Block a user