mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
add script
This commit is contained in:
parent
07955e5cb4
commit
d631792d53
1 changed files with 25 additions and 0 deletions
25
build-svg-support.bash
Normal file
25
build-svg-support.bash
Normal file
|
@ -0,0 +1,25 @@
|
|||
#! /usr/bin/env bash
|
||||
#
|
||||
# build-svg-support.bash
|
||||
# Copyright (C) 2019 Shlomi Fish <shlomif@cpan.org>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
set -e -x
|
||||
(
|
||||
a="`pwd`"
|
||||
cd kcardgame
|
||||
git clone git://anongit.kde.org/kpat
|
||||
mkdir build-kpat/
|
||||
k="`pwd`"
|
||||
cd build-kpat
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ../kpat
|
||||
make
|
||||
cd ..
|
||||
mkdir b
|
||||
cd b
|
||||
cmake ../binding-example/
|
||||
make
|
||||
) || true
|
||||
export PYTHONPATH=$PWD/kcardgame/b
|
Loading…
Add table
Reference in a new issue