Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Sep 30, 2021
1 parent 425cab0 commit 2e99fd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,7 @@ pip install vizdoom


## Windows build
For Windows we are providing compiled runtime binaries and development libraries:

### [1.1.8pre](https://github.com/mwydmuch/ViZDoom/releases/tag/1.1.8pre) (2019-08-28):
- [Python 2.7 (64-bit)](https://github.com/mwydmuch/ViZDoom/releases/download/1.1.8pre/ViZDoom-1.1.8pre-Win-Python27-x86_64.zip)
- [Python 3.5 (64-bit)](https://github.com/mwydmuch/ViZDoom/releases/download/1.1.8pre/ViZDoom-1.1.8pre-Win-Python35-x86_64.zip)
- [Python 3.6 (64-bit)](https://github.com/mwydmuch/ViZDoom/releases/download/1.1.8pre/ViZDoom-1.1.8pre-Win-Python36-x86_64.zip)
- [Python 3.7 (64-bit)](https://github.com/mwydmuch/ViZDoom/releases/download/1.1.8pre/ViZDoom-1.1.8pre-Win-Python37-x86_64.zip)

See **[Installation of Windows binaries](doc/Building.md#windows_bin)**

We will provide new Windows builds soon.

## Building instructions

Expand Down
1 change: 0 additions & 1 deletion examples/python/vizdoom

This file was deleted.

4 changes: 1 addition & 3 deletions scripts/assemble_pip_package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set "BIN_PATH=%BIN_PATH:/=\%"
set "SRC_PATH=%SRC_PATH:/=\%"

set PACKAGE_DEST_DIRECTORY=%BIN_PATH%\python%PYTHON_VERSION%
set PACKAGE_DEST_PATH=%PACKAGE_DEST_DIRECTORY%\vizdoom
set PACKAGE_DEST_PATH=%PACKAGE_DEST_DIRECTORY%\pip_package
set PACAKGE_INIT_FILE_SRC=%SRC_PATH%\src\lib_python\__init__.py

set VIZDOOM_EXEC_PATH=%BIN_PATH%\vizdoom.exe
Expand Down Expand Up @@ -48,6 +48,4 @@ copy "%FREEDOOM_PATH%" "%PACKAGE_DEST_PATH%"
md "%SCENARIOS_DEST_DIR%
copy "%SCENARIOS_PATH%\*.wad" "%SCENARIOS_DEST_DIR%"
copy "%SCENARIOS_PATH%\*.cfg" "%SCENARIOS_DEST_DIR%"
md "%EXAMPLES_DEST_DIR%
copy "%EXAMPLES_PATH%\*.py" "%EXAMPLES_DEST_DIR%"
move "%SCENARIOS_DEST_DIR%\bots.cfg" "%PACKAGE_DEST_PATH%"

0 comments on commit 2e99fd1

Please sign in to comment.