Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay authored Jan 22, 2018
1 parent 26cb0e3 commit 132f9af
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,9 @@ On Windows, the library is copied to (and searched in) the executable folder.

The resulting folder `LSL` contains three subfolders:

* `cmake` contains the exported build configuration (`LSLConfig.cmake`) that can be used to import
the library in [out of tree builds](#out-of-tree-builds).

* `include` contains the include headers for C (`lsl_c.h`) and C++ (`lsl_cpp.h`) programs.

* `lib` contains the library files. To run a program, you need the `liblslXY.dll` (Windows) or `.so` (Linux) or `.dylib` (MacOS).
* `cmake` contains the exported build configuration (`LSLConfig.cmake`) that can be used to import the library in [out of tree builds](#out-of-tree-builds).
* `include` contains the include headers for C (`lsl_c.h`) and C++ (`lsl_cpp.h`) programs.
* `lib` contains the library files. To run a program, you need the `liblslXY.dll` (Windows) or `.so` (Linux) or `.dylib` (MacOS).

## Regarding the `install` target

Expand Down

0 comments on commit 132f9af

Please sign in to comment.