Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94108417
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
Tue, Dec 3, 23:50
Size
348 B
Mime Type
text/x-shellscript
Expires
Thu, Dec 5, 23:50 (2 d)
Engine
blob
Format
Raw Data
Handle
22737294
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