Skip to content

Commit 6e5e05b

Browse files
authored
Create INSTALL.md
1 parent 9a60a94 commit 6e5e05b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

INSTALL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Build application
2+
-------------------------------
3+
4+
1. clone the git repository: `git clone https://github.com/MultithreadCorner/TCode.git`
5+
2. go to TCode directory: `cd TCode`
6+
3. create a build directory: `mkdir build`
7+
4. cd build
8+
5. `cmake -DHYDRA_INCLUDE_DIR=<path-to-hydra>../`
9+
6. `make -j8`
10+
11+
Separate executables for CPP, TBB, OMP and CUDA backend will be produced (if available in your machine).

0 commit comments

Comments
 (0)