Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
2813ef5d
Commit
2813ef5d
authored
12 years ago
by
nicolas
Browse files
Options
Downloads
Patches
Plain Diff
* update INSTALL procedure description
parent
2faa99e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NPLib/INSTALL
+7
-5
7 additions, 5 deletions
NPLib/INSTALL
with
7 additions
and
5 deletions
NPLib/INSTALL
+
7
−
5
View file @
2813ef5d
...
@@ -38,10 +38,12 @@ II) BUILDING NPLIB
...
@@ -38,10 +38,12 @@ II) BUILDING NPLIB
In order to build all the libraries of the NPLib module, use the two
In order to build all the libraries of the NPLib module, use the two
following commands:
following commands:
+ make distclean
+ configure
Once this is done you should check that both the include and
This moves headers files to the include directory and compile
lib directories are empty. It this is not the case remove the
the core libraries.
remaining files manually.
One can specify a subset of detectors to compile, e.g:
./compile must2 cats exogam plastic
If no arguments are given, all detectors are considered
+ make
+ make
Once this is done the headers of each subdirectory are copied to
Once this is done the headers of each subdirectory are copied to
...
@@ -49,4 +51,4 @@ following commands:
...
@@ -49,4 +51,4 @@ following commands:
to each library are copied to the lib directory. If you are using
to each library are copied to the lib directory. If you are using
a Mac OS system a symbolic link *.dylib is done with respect to
a Mac OS system a symbolic link *.dylib is done with respect to
each *.so library. The 'liblist' file used for linking NPS and NPA
each *.so library. The 'liblist' file used for linking NPS and NPA
is created.
is created.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment