Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
5516209d
Commit
5516209d
authored
Feb 10, 2017
by
Etienne Renault
Browse files
ltsmin: more information for MacOS users
* tests/ltsmin/README: this fixes
#230
.
parent
6be87e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ltsmin/README
View file @
5516209d
...
...
@@ -39,6 +39,12 @@ option of configure scripts. If you decide to install in $HOME/usr
like
I
do
,
make
sure
that
$
HOME
/
usr
/
bin
is
in
your
PATH
.
If
you
omit
the
CMAKE_INSTALL_PREFIX
setting
,
it
will
default
to
/
usr
/
local
.
If
you
are
using
MacOS
,
you
must
add
option
-
DHOARD
=
OF
to
the
cmake
command
line
in
order
to
make
it
compile
without
errors
.
Also
,
DiVinE
2
only
compiles
with
the
GNU
std
C
++
library
;
as
a
consequence
,
you
must
provide
the
option
-
DCMAKE_CXX_FLAGS
=
"-stdlib=libstdc++"
to
the
cmake
command
line
.
After
installation
,
you
can
check
that
compilation
works
by
running
the
following
command
on
any
DVE
model
.
It
should
create
a
file
model
.
dve2C
(
which
is
a
dynamic
library
).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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