mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
fix
This commit is contained in:
parent
affc84724d
commit
a2a4806400
1 changed files with 15 additions and 15 deletions
|
@ -6,20 +6,20 @@
|
||||||
# Distributed under terms of the MIT license.
|
# Distributed under terms of the MIT license.
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e -x
|
|
||||||
(
|
(
|
||||||
a="`pwd`"
|
set -e -x
|
||||||
cd kcardgame
|
a="`pwd`"
|
||||||
git clone git://anongit.kde.org/kpat
|
cd kcardgame
|
||||||
mkdir build-kpat/
|
git clone git://anongit.kde.org/kpat
|
||||||
k="`pwd`"
|
mkdir build-kpat/
|
||||||
cd build-kpat
|
k="`pwd`"
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug ../kpat
|
cd build-kpat
|
||||||
make
|
cmake -DCMAKE_BUILD_TYPE=Debug ../kpat
|
||||||
cd ..
|
make
|
||||||
mkdir b
|
cd ..
|
||||||
cd b
|
mkdir b
|
||||||
cmake ../binding-example/
|
cd b
|
||||||
make
|
cmake ../binding-example/
|
||||||
|
make
|
||||||
) || true
|
) || true
|
||||||
export PYTHONPATH=$PWD/kcardgame/b
|
export PYTHONPATH="`pwd`/kcardgame/b"
|
||||||
|
|
Loading…
Add table
Reference in a new issue