You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,9 @@ You can also choose to build with which components.
75
75
```bash
76
76
cmake -B build -DUSE_LIBXC=1 -DUSE_CUDA=1
77
77
```
78
+
```bash
79
+
cmake -B build -DUSE_CUSOLVER_LCAO=1
80
+
```
78
81
79
82
If Libxc is not installed in standard path (i.e. installed with a custom prefix path), you may add the installation prefix of `FindLibxc.cmake` to `CMAKE_MODULE_PATH` environment variable, or set `Libxc_DIR` to the directory containing the file.
0 commit comments