Skip to content

Commit

Permalink
Merge pull request #27 from Zurich-R-D-Center/stef8093/CE-9746_releas…
Browse files Browse the repository at this point in the history
…e2.6

Prepare for 2.6 release.
  • Loading branch information
SGoetschi authored and GitHub Enterprise committed Jan 7, 2022
2 parents 144d0d0 + 2390341 commit 9b6a157
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The archives are available for download at the corresponding github release page

## CityEngine SDK Releases

* [v2.6.8135 (2022-01-07, no matching CityEngine version)](https://github.com/Esri/cityengine-sdk/releases/tag/2.6.8135)
* [v2.5.7799 (2021-10-22, CityEngine 2021.1)](https://github.com/Esri/cityengine-sdk/releases/tag/2.5.7799)
* [v2.4.7316 (2021-05-27, CityEngine 2021.0)](https://github.com/Esri/cityengine-sdk/releases/tag/2.4.7316)
* [v2.3.6821 (2020-10-22, CityEngine 2020.1)](https://github.com/Esri/cityengine-sdk/releases/tag/2.3.6821)
Expand Down Expand Up @@ -78,8 +79,8 @@ Please note that the individual example READMEs may include further requirements

### All Platforms

* To load custom encoders built with the latest SDK, CityEngine 2021.1 is required. For older versions of CityEngine an older version of the SDK might have to be used, see list above.
* License for matching CityEngine, e.g. to author Rule Packages.
* To load custom encoders built with the latest SDK, you cannot use CityEngine. To be able to load the encoders in CityEngine, please find the right SDK for the CityEngine version in the list above.
* License for matching CityEngine, e.g. to author Rule Packages resp. CityEngine 2021.1 for version 2.6.8135.
* CMake 3.3 or later (<https://www.cmake.org>)

### Windows
Expand Down
2 changes: 1 addition & 1 deletion examples/prt4cmd/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(NOT prt_DIR)
set(PRT_TC "gcc93")
endif()

set(PRT_VERSION "2.5.7799")
set(PRT_VERSION "2.6.8135")
set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt")
set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip")

Expand Down
2 changes: 1 addition & 1 deletion examples/stldec/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(NOT prt_DIR)
set(PRT_TC "gcc93")
endif()

set(PRT_VERSION "2.5.7799")
set(PRT_VERSION "2.6.8135")
set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt")
set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip")

Expand Down
2 changes: 1 addition & 1 deletion examples/stlenc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if(NOT prt_DIR)
set(PRT_TC "gcc93")
endif()

set(PRT_VERSION "2.5.7799")
set(PRT_VERSION "2.6.8135")
set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt")
set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip")

Expand Down

0 comments on commit 9b6a157

Please sign in to comment.