Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kučera Petr RNDr. Ph.D.
PCCompile
Commits
718d5a45
Commit
718d5a45
authored
Jan 06, 2022
by
Kučera Petr RNDr. Ph.D.
Browse files
Added build.sh
parent
a9bacc2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
0 → 100644
View file @
718d5a45
#!/bin/sh
# Script for building the whole project
if
[
-z
"
$GLUCOSE_HOME
"
]
then
GLUCOSE_HOME
=
"./solvers/glucose"
fi
cd
solvers/glucose/simp
make libr
cd
../../..
make cmake
make
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment