Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Heritage_Platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gérard Huet
Heritage_Platform
Commits
346528dc
Commit
346528dc
authored
May 16, 2017
by
MAUNY Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slightly reformat and update installation instructions
parent
64528998
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
15 deletions
+26
-15
INSTALLATION
INSTALLATION
+26
-15
No files found.
INSTALLATION
View file @
346528dc
...
...
@@ -11,28 +11,39 @@
This is just a reminder for quick installation.
A more complete installation procedure is described in file SETUP/INSTALL.
0) Install Objective Caml 4.02 distribution
(available from http://ocaml.org).
Then install the Camplp4 processor in its 4.02 distribution
(available from https://github.com/ocaml/camlp4).
0) Install OCaml (>= 4.02). See http://ocaml.org for installation
instructions.
Then install the Camplp4 processor in the corresponding distribution.
If OCaml has been installed through the OPAM package manager, then:
opam install camlp4
should do the job. Alternatively, see https://github.com/ocaml/camlp4
for download and installation instructions.
1) Install the Heritage_resources package:
git clone git@gitlab.inria.fr:huet/Heritage_Resources.git
2) Create your configuration file my_config.txt
git clone https://gitlab.inria.fr/huet/Heritage_Resources.git
2) Create your configuration file SETUP/CONFIGS/my_config.txt
Look at the SETUP/CONFIGS directory to find examples. All fields are
explained in SETUP/config_help.txt.
Look at the SETUP/CONFIGS directory to find examples.
SETUP/config_help.txt explains all the fields.
Then make a symbolic link to your configuration file in SETUP dir:
ln -s my_config.txt config
The "config" link has to be located in the SETUP directory,
the path of my_config.txt is arbitrary, either outside the Platform area,
or possibly inside the CONFIGS directory if you plan to update regularly,
and signaling it to the developers in order to include it in the Git distrib
cd SETUP
ln -s CONFIGS/my_config.txt ./config
The "config" link has to be located in the SETUP directory, the path
of my_config.txt is arbitrary, either outside the Platform area, or
possibly inside the CONFIGS directory if you plan to update regularly,
and signaling it to the developers in order to include it in the Git
distrib
3) Launch configuration in main dir
./configure
4) Launch compilation
...
...
@@ -40,9 +51,9 @@ Then make a symbolic link to your configuration file in SETUP dir:
make
5) Install it
sudo make install
6) Enjoy :-)
Report all problems to Gerard.Huet@inria.fr
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