Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94926701
build.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 11, 11:21
Size
253 B
Mime Type
text/x-shellscript
Expires
Fri, Dec 13, 11:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22901131
Attached To
rSYMKIT symkit
build.sh
View Options
#!/bin/bash
build_path
=
../symkit_build
if
[
-d
"$build_path"
]
;
then
cd
$build_path
&&
rm -rf *
else
mkdir
$build_path
fi
export
QT_SELECT
=
qt5
cd
$build_path
&&
qmake ../symkit/symkit.pro -o Makefile -spec linux-g++
cd
$build_path
&&
make
Event Timeline
Log In to Comment