Unverified Commit fcf9ed0f authored by Steve Plimpton's avatar Steve Plimpton Committed by GitHub
Browse files

Merge pull request #946 from b-v/patch-1

Update README.md
parents 66184813 12d8370e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ cmake /path/to/lammps/source/cmake

To enable package, e.g. GPU do
```
cmake /path/to/lammps/source/cmake -DENABLE_GPU=ON
cmake /path/to/lammps/source/cmake -DPKG_GPU=ON
```

cmake has many many options, do get an overview use the curses-based cmake interface, ccmake: