Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
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
Operations
Operations
Metrics
Environments
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
cpp-libs
Actor Framework
Commits
fd2ec410
Unverified
Commit
fd2ec410
authored
Jul 29, 2020
by
Dominik Charousset
Committed by
GitHub
Jul 29, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1126
Update README build, CMake sections
parents
9caa83be
13c9d589
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+7
-1
No files found.
README.md
View file @
fd2ec410
...
@@ -95,6 +95,7 @@ for a list of available options or read the
...
@@ -95,6 +95,7 @@ for a list of available options or read the
```
sh
```
sh
./configure
./configure
cd
build
make
make
make
test
make
test
make
install
[
as root, optional]
make
install
[
as root, optional]
...
@@ -105,7 +106,12 @@ make install [as root, optional]
...
@@ -105,7 +106,12 @@ make install [as root, optional]
All available CMake variables are available
All available CMake variables are available
[
online
](
https://github.com/actor-framework/actor-framework/wiki/CMake-Options
)
.
[
online
](
https://github.com/actor-framework/actor-framework/wiki/CMake-Options
)
.
CAF also can be included as CMake submodule or added as dependency to other
CAF also can be included as CMake submodule or added as dependency to other
CMake-based projects using the file
`cmake/FindCAF.cmake`
.
CMake-based projects. The latter can be achieved by calling
```
cmake
find_package
(
CAF REQUIRED
)
```
in respective project's CMake file. CAF's install location (e.g. by providing
the
`CMAKE_PREFIX_PATH`
option) has to be known.
### Using SNocs
### Using SNocs
...
...
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