mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
Update host/README.md: c-host -> host
This commit is contained in:
parent
c66a339bbc
commit
72d70e8322
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ Currently only Windows is supported however there is some initial support for Li
|
|||
6. configure the project and build it
|
||||
|
||||
```
|
||||
mkdir LookingGlass/c-host/build
|
||||
cd LookingGlass/c-host/build
|
||||
mkdir LookingGlass/host/build
|
||||
cd LookingGlass/host/build
|
||||
cmake -G "MSYS Makefiles" ..
|
||||
make
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue