Skip to content

Commit ca39149

Browse files
committed
add linux build instructions to README.md
1 parent 6b222fc commit ca39149

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
7070
make
7171
```
7272

73+
## Building on Linux (with Docker)
7374

75+
Replace `/home/user/open.mp` with your actual path in the last command `docker run`
7476

77+
```bash
78+
cd open.mp
79+
mkdir build
80+
cd docker/build_ubuntu-18.04
81+
docker build -t openmp .
82+
docker run --rm -ti -v /home/user/open.mp:/omp -w /omp openmp
83+
```
7584

85+
After that, in `./open.mp/build/Output/Release/Server`, you will find the `omp-server` file and the `components/` folder.

0 commit comments

Comments
 (0)