Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HEPnOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
HEP
HEPnOS
Commits
943ecafc
Commit
943ecafc
authored
Mar 18, 2020
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added instruction for pkg-config
parent
2fde3f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
docs/source/installing.rst
docs/source/installing.rst
+6
-1
No files found.
docs/source/installing.rst
View file @
943ecafc
...
...
@@ -79,4 +79,9 @@ You can now link targets as follows.
Using the HEPnOS client libraries with pkg-config
-------------------------------------------------
pkg-config is not yet supported.
Support for pkg-config is still preliminary and not completely supported.
Once loaded into your working environment, :code:`pkg-config --libs --cflags hepnos`
will give you the CFLAGS and LDFLAGS you need to link your code against
HEPnOS. However this command will not give you CFLAGS or LDFLAGS for the
Boost serialization library, which does not itself support pkg-config.
You will have to add these manually.
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