[c-host] minor readme updates

This commit is contained in:
Geoffrey McRae 2019-05-22 18:33:04 +10:00
parent 108c7d3aaa
commit 732ce05866
2 changed files with 7 additions and 13 deletions

View File

@ -1 +1 @@
a12-208-g86f4256b5a+1
a12-209-g108c7d3aaa+1

View File

@ -13,13 +13,9 @@ Several reasons:
3. The host is a jumbled mess of code from all the experimentation going on
4. I would eventually like to be able to port this to run on Linux guests
## Why C and not C++ (or some other language)
Beacuse I like C and for this project believe that C++ is overkill
## When will it be ready?
No idea
Soon :)
## Will it replace the C++ host?
@ -32,11 +28,7 @@ It does now...
## How do I build it?
Don't ask if you can't figure it out, this code is the very definition of experiemental and incomplete and should not be in use yet.
Hint:
### For Windows on Windows
#### For Windows on Windows
```
mkdir build
@ -45,7 +37,7 @@ cmake -G "MSYS Makefiles" ..
make
```
### For Linux on Linux
#### For Linux on Linux
```
mkdir build
@ -54,7 +46,7 @@ cmake ..
make
```
### For Windows cross compiling on Linux
#### For Windows cross compiling on Linux
```
mkdir build
@ -73,6 +65,8 @@ For example:
C:\Users\YourUser\AppData\Local\Temp\looking-glass-host.txt
You can also open it by simply right clicking the tray icon and selecting "Open Log File"
## Why does this version require Administrator privileges
This is intentional for several reasons.