mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
a?adido el script de compiaci?n para mac os x
This commit is contained in:
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!"
|
Reference in New Issue
Block a user