Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valvy authored Oct 11, 2019
1 parent 14cfd4e commit 0bf8c84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ When done create a new build folder and let Cmake unpack everything there. MiniQ
| ENABLE_JAVA | Build the Java wrapper |
| ENABLE_PYTHON | Build the Python Wrapper |

#### Building in GNU/Linux
```bash
# Clone the project.
git clone [email protected]:valvy/miniqubit.git
cd miniqubit
# Create a build directory.
mkdir build
cd build
# Build with only unit tests.
cmake .. -DENABLE_EMSCRIPTEN=OFF -DENABLE_TESTS=ON -DENABLE_JAVA=OFF -DENABLE_PYTHON=OFF
make

```

## Library usage
### C++ Sample code

Expand Down

0 comments on commit 0bf8c84

Please sign in to comment.