Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
savithru-j committed Nov 5, 2023
1 parent 1648bbf commit 079f05c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
C++ library for solving the nonlinear Schrödinger equation

[![Linux](https://github.com/savithru-j/nlse-cpp/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/savithru-j/nlse-cpp/actions/workflows/linux.yml)
[![Windows](https://github.com/savithru-j/nlse-cpp/actions/workflows/windows.yml/badge.svg?branch=main)](https://github.com/savithru-j/nlse-cpp/actions/workflows/windows.yml)

### Building with CMake

```
git clone https://github.com/savithru-j/nlse-cpp.git
cd nlse-cpp #Main project directory
mkdir build #Create directory for build files: build/release
cd nlse-cpp #Main project directory
mkdir build #Create directory for build files: build/release
cd build
mkdir release
cd release
cmake ../../ #Configure build
make -j 4 #Build in parallel with 4 threads
cmake ../../ #Configure build
cmake --build . -j 4 #Build in parallel with 4 threads
```

0 comments on commit 079f05c

Please sign in to comment.