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
If you want to build then Matlab wrappers then you will need to have Matlab development libraries available.
33
-
In most cases, if you have Matlab installed in a default location, then cmake should be able to find it.
17
+
If you want to build the Matlab wrappers then you will need to have Matlab development libraries available. In most cases, if you have Matlab installed in a default location, then cmake should be able to find it.
34
18
35
-
###Create your build directory
19
+
## Create your build directory
36
20
37
-
Use Terminal or Windows users should use "x64 Native Tools Command Prompt for VS 2017".
38
-
`cd` into the CereLink directory.
39
-
If the `build` directory already exists then delete it
40
-
(Win: `rmdir /S build`, Others: `rm -Rf build`).
21
+
Using Terminal or "x64 Native Tools Command Prompt for VS 2017" on Windows:
22
+
*`cd` into the CereLink directory.
23
+
* If the `build` directory already exists then delete it:
Here are some cmake one-liners that work if your development environment
47
-
happens to match perfectly. If not, then modify the cmake options following the instructions below.
29
+
Here are some cmake one-liners that work if your development environment happens to match perfectly. If not, then modify the cmake options according to the CMake Options instructions below.
0 commit comments