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
cduce
cduce
Commits
6da4e942
Commit
6da4e942
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-04-23 09:46:45 by beppe] Updated with configure script
Original author: beppe Date: 2004-04-23 09:46:45+00:00
parent
108dce3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
6da4e942
...
...
@@ -117,19 +117,27 @@ IF YOU SET ML_INTERFACE TO TRUE ...
patch -Np1 < ocaml_cdo2cmo_patch
- Build OCaml's special library:
make install_liball
and if you want to compile CDuce with ocamlopt then
make install_liball.opt
ELSE
THE FAST WAY:
- check local settings in Makefile.conf or do "make help" [optional]
- make all && make install
./configure && make all && make install
THE WISE WAY:
You need a GNU Make (or equivalent) to use the Makefile from the
distribution. It defines the following goals:
./configure --help
So you see all the configuration options
Then
./configure <your preferred options>
You need a GNU Make (or equivalent) to use the Makefile generated at
the previous step. It defines the following goals:
- make help
print a summary of what follows
...
...
Write
Preview
Markdown
is supported
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