Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121625498
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
Sat, Jul 12, 14:32
Size
348 B
Mime Type
text/x-shellscript
Expires
Mon, Jul 14, 14:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27361486
Attached To
rSYMKIT symkit
build.sh
View Options
#!/bin/bash
build_path
=
build
if
[
-d
"$build_path"
]
;
then
cd
$build_path
&&
rm -rf *
&&
cd
..
else
mkdir
$build_path
echo
"Generating build path $build_path"
fi
echo
"joining build path $build_path"
export
QT_SELECT
=
qt5
echo
"Executing qmake and building"
cd
$build_path
&&
qmake ../symkit.pro -o Makefile -spec linux-g++
&&
make
Event Timeline
Log In to Comment