mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
a?adido script de compilaci?n para linux
This commit is contained in:
parent
d44e239600
commit
6e65bb6015
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