mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
a?adido el script de compiaci?n para mac os x
This commit is contained in:
parent
77c2d934fe
commit
192ebd04b2
19
compileOSX.sh
Executable file
19
compileOSX.sh
Executable file
@ -0,0 +1,19 @@
|
||||
#! /bin/bash
|
||||
|
||||
echo "Compiling YACReader"
|
||||
cd ./YACReader
|
||||
qmake -spec macx-g++
|
||||
make
|
||||
cd ..
|
||||
|
||||
echo "Compiling YACReaderLibrary"
|
||||
cd ./YACReaderLibrary
|
||||
qmake -spec macx-g++
|
||||
make
|
||||
cd ..
|
||||
|
||||
mkdir ./bin
|
||||
cp -R ./YACReader/YACReader.app ./bin/YACReader.app
|
||||
cp -R ./YACReaderLibrary/YACReaderLibrary.app ./bin/YACReaderLibrary.app
|
||||
|
||||
echo "Done!"
|
Loading…
Reference in New Issue
Block a user