Document the project in README.md
Information in comparison table is based on developer testing on Linux and user reports on Windows. Remove VS-related info from INSTALL file instead of duplicating it in README.md.
This commit is contained in:
parent
17c4754c34
commit
bd6a50e79e
2 changed files with 106 additions and 21 deletions
20
INSTALL
20
INSTALL
|
@ -114,23 +114,3 @@ Check the src subdir for the binary.
|
|||
|
||||
NOTE: If capslock and numlock appear to be broken. open
|
||||
src/ints/bios_keyboard.cpp and go to line 30 and read there how to fix it.
|
||||
|
||||
|
||||
Build instructions for Visual Studio
|
||||
|
||||
Solution files included with the project are compatible with Visual Studio 2019.
|
||||
They were tested using Community Edition and Enterprise Edition.
|
||||
|
||||
First, you need to install vcpkg to install build dependencies.
|
||||
See https://github.com/microsoft/vcpkg for details.
|
||||
|
||||
Once vcpkg is installed and bootstrapped, open PowerShell, and run:
|
||||
|
||||
PS> .\vcpkg integrate install
|
||||
PS> .\vcpkg install libpng sdl1 sdl1-net
|
||||
|
||||
These two steps will ensure, that MSVC will be able to find and link
|
||||
dependency libraries.
|
||||
|
||||
Start Visual Studio, open file: visualc_net\dosbox.sln
|
||||
and build all projects (Ctrl + Shift + B).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue