aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-07-16 15:56:43 +0200
committerGitHub <noreply@github.com>2020-07-16 15:56:43 +0200
commite6991ad5dc79f6118838f091cc05f10d3377eb4a (patch)
treeb31bae7c080b256a9f93aaba2807caa466039686 /README.md
parent44007eab6f6a7f20c257bb109bbc8f66a5fde12d (diff)
parent70afb97f6133d23dee402abf2fd7287a0dc9b7f1 (diff)
downloadnextpnr-e6991ad5dc79f6118838f091cc05f10d3377eb4a.tar.gz
nextpnr-e6991ad5dc79f6118838f091cc05f10d3377eb4a.tar.bz2
nextpnr-e6991ad5dc79f6118838f091cc05f10d3377eb4a.zip
Merge pull request #474 from rroohhh/master
readme: fix typo ICEBOX -> ICESTORM
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e22b409..c752339f 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ sudo make install
On Windows, you may specify paths explicitly:
```
-cmake . -DARCH=ice40 -DICEBOX_INSTALL_PREFIX=C:/ProgramData/icestorm -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -G "Visual Studio 15 2017 Win64" -DPYTHON_EXECUTABLE=C:/Python364/python.exe -DPYTHON_LIBRARY=C:/vcpkg/packages/python3_x64-windows/lib/python36.lib -DPYTHON_INCLUDE_DIR=C:/vcpkg/packages/python3_x64-windows/include/python3.6 .
+cmake . -DARCH=ice40 -DICESTORM_INSTALL_PREFIX=C:/ProgramData/icestorm -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -G "Visual Studio 15 2017 Win64" -DPYTHON_EXECUTABLE=C:/Python364/python.exe -DPYTHON_LIBRARY=C:/vcpkg/packages/python3_x64-windows/lib/python36.lib -DPYTHON_INCLUDE_DIR=C:/vcpkg/packages/python3_x64-windows/include/python3.6 .
cmake --build . --config Release
```