Updated readme.
This commit is contained in:
parent
3343f8ca28
commit
6cd686a17e
@ -74,6 +74,8 @@ Wayland Window System. Wayland support is currently not fully supported yet, use
|
|||||||
- [vcpkg](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-cmd)
|
- [vcpkg](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-cmd)
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
`vcpkg install`
|
||||||
|
|
||||||
`cmake -A x64 -DCMAKE_BUILD_TYPE=Release /path/to/source`
|
`cmake -A x64 -DCMAKE_BUILD_TYPE=Release /path/to/source`
|
||||||
|
|
||||||
### Compiling
|
### Compiling
|
||||||
@ -101,7 +103,7 @@ int main()
|
|||||||
if (!response.IsNum())
|
if (!response.IsNum())
|
||||||
{
|
{
|
||||||
ehs::Console::Clear(); // Clear the console's buffer.
|
ehs::Console::Clear(); // Clear the console's buffer.
|
||||||
return Main(appName, appVerId, appVer); // Repeat process if given response is not a number.
|
return main(); // Repeat process if given response is not a number.
|
||||||
}
|
}
|
||||||
|
|
||||||
ehs::UInt_8 age = response.ToDecimal<ehs::UInt_8>(); // Converts the string number into a number based primitive.
|
ehs::UInt_8 age = response.ToDecimal<ehs::UInt_8>(); // Converts the string number into a number based primitive.
|
||||||
|
Loading…
Reference in New Issue
Block a user