Update to use releases

This commit is contained in:
tobid7 2022-07-25 09:06:40 +02:00
parent 3d89e94823
commit 1ee4f6849e

View File

@ -5,11 +5,9 @@ first run this
`sudo su` `sudo su`
then this then this
``` ```
git clone https://github.com/NPI-D7/RenderD7.git curl -L https://github.com/NPI-D7/RenderD7/releases/download/v0.8.0-pre1/renderd7-0.8.0.tar.bz2 -o renderd7-0.8.0.tar.bz2
cd RenderD7 mkdir -p /opt/devkitpro/libctru
export DEVKITARM=/opt/devkitpro/devkitARM/ bzip2 -cd renderd7-0.8.0.tar.bz2 | tar -xf - -C /opt/devkitpro/libctru
export DEVKITPRO=/opt/devkitpro/
make install
``` ```
Make sure that `-lrenderd7` is before `-lcitro2d`, `-lcitro3d`, `-lctru`. Make sure that `-lrenderd7` is before `-lcitro2d`, `-lcitro3d`, `-lctru`.