re-cmake 1.3.6 released / support hi res graphics

This forum is for developers of Rack Extensions to discuss the RE SDK, share code, and offer tips to other developers.
Post Reply
User avatar
pongasoft
RE Developer
Posts: 478
Joined: 21 Apr 2016
Location: Las Vegas
Contact:

26 Oct 2021

Very happy to announce that the current version of re-cmake works with 4.3.0. But if you want to build Hi Res graphics you should use the new version 1.3.6:

- Added support for 4.3.0 / Hi Res toolchain
- new targets: `common-render-low-res` / `common-render-hi-res` and `common-render` is a now a shortcut
- new targets: `native-install-low-res` / `native-install-hi-res` and `native-install` is now a shortcut
- new `-l` option added to script to force a low res build with 4.3.0+

If you have generated a plugin with re-quickstart, the change is very simple (after installing 4.3.0 in its expected location):

Code: Select all

# in cmake/fetch_re-cmake.cmake: to use the version of re-cmake
set(RE_CMAKE_GIT_TAG "v1.3.6" CACHE STRING "re-cmake git tag")

# in CMakeLists.txt: use the new version of the SDK
# Using RE SDK version 4.3.0
set(RE_SDK_VERSION 4.3.0)

# don't forget to delete the build folder and rerun configure (or simply ./configure.py -f)
Check it out re-cmake on github

User avatar
pongasoft
RE Developer
Posts: 478
Joined: 21 Apr 2016
Location: Las Vegas
Contact:

26 Oct 2021

re-quickstart has also been updated to support re-cmake 1.3.6 and contains the hi res built-in graphics coming from 4.3.0

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests