Skip to content

Commit

Permalink
Core/Requeriments: Updated Core to be compiled in Visual studio 2019,…
Browse files Browse the repository at this point in the history
… the ACE has been updated to 7.0.
  • Loading branch information
d3athbl0w committed Jan 15, 2022
1 parent 5bda910 commit d431f48
Show file tree
Hide file tree
Showing 1,815 changed files with 72,957 additions and 42,896 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.ini
.vscode*/
/out/build
/.vs
16 changes: 16 additions & 0 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "x64-Release",
"generator": "Visual Studio 16 2019 Win64",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
}
]
}
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
## Requirements
+ Platform: Linux, Windows or Mac
+ Processor with SSE2 support
+ Boost 1.70.0 (msvc 14.1 x64)
+ MySQL = 5.7.0
+ CMake 3.19.4 (x64)
+ OpenSSL 1.0.2d (x64)
+ MS Visual Studio 15 (2017) (Windows only)
+ ACE = 7.0.0 (included for Windows)
+ MySQL = 5.7
+ CMake ≥ 3.14 (latest stable recommended)
+ OpenSSL = 1.x.x
+ Boost ≥ 1.70 (latest stable recommended)
+ Windows SDK version 10
+ MS Visual Studio (Community) ≥ 16.4 (2019) (Desktop) (Not previews)
+ GCC = 4.7.2 (Linux only)

## Copyright
License: GPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion dep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Windows")
if(TOOLS)
add_subdirectory(bzip2)
endif()
add_subdirectory(zlib)
endif()

add_subdirectory(zlib)
add_subdirectory(g3dlite)
add_subdirectory(recastnavigation)

Expand Down
Loading

0 comments on commit d431f48

Please sign in to comment.