Skip to content

Commit 8a666b4

Browse files
authored
Update README.md
Update the build information
1 parent 97b2ed9 commit 8a666b4

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,18 @@ Game styles:
6161
- Pump Double
6262
- Pump Couple
6363

64-
## About this project
65-
66-
Unfortunately, the source code for the 2017-02-25 release of ArrowVortex has been lost to time. The only surviving archive of source code was a development snapshot from 2016. A small group of volunteer developers put a lot of time and effort into restoring the full functionality of the 2017 release of ArrowVortex.
67-
68-
Some new features were introduced as well when preparing this release, and some bugs present in the 2017 version have been fixed as well.
64+
# About this project
6965

7066
## Building ArrowVortex
7167

72-
In order to compile ArrowVortex on your own PC, Visual Studio is required. It is recommended to use Visual Studio 2022 with the "Desktop development for C++" components installed.
68+
The project uses CMake for building and vcpkg for package management. Currently Visual Studio is recommended for building the solution, since the project is Windows-only. The Visual Studio Build Tools are required.
7369

74-
Simply open `build/VisualStudio/ArrowVortex.sln` in Visual Studio, and build the project.
70+
See the [build details](BUILDING.md) for more information.
7571

7672
## License
7773

7874
ArrowVortex is provided under the GPLv3 license, or at your option, any later version.
7975

8076
The original author provided the volunteer developers with an archive of the source code, which did not include a formal license. The original author explicitly requested that any new code developed by the volunteer developers be released under a license which prevents the code from being used in closed source software. The volunteer developers, as a separate party, have acted in good faith to comply with this request and bear no liability for the licensing status of the original code as provided to them.
8177

82-
For licensing info on the dependent projects and a list of contributors, see the CREDITS file.
78+
For licensing info on the dependent projects and a list of contributors, see the [CREDITS file](CREDITS).

0 commit comments

Comments
 (0)