Automate rpi_mono_setup creation

This commit is contained in:
Lorenzooone
2024-09-15 10:18:29 +02:00
parent 34f240a576
commit 93044066e5
31 changed files with 265 additions and 26 deletions

View File

@@ -0,0 +1 @@
cp *.rules /etc/udev/rules.d/

View File

@@ -3,7 +3,6 @@ framework_change_pos() {
}
cp -R ${2} ${3}
framework_change_pos ${1} 'freetype'
framework_change_pos ${1} 'OpenAL'
framework_change_pos ${1} 'vorbisenc'
framework_change_pos ${1} 'vorbisfile'
framework_change_pos ${1} 'FLAC'

View File

@@ -0,0 +1,14 @@
unzip -o cc3dsfs_linux_pi32.zip
unzip -o cc3dsfs_linux_pi64.zip
EXTRACTION_FOLDER="cc3dsfs_linux_pi"
RPI_SETUP_FOLDER="rpi_setup"
mkdir -p ${RPI_SETUP_FOLDER}/files/Desktop/cc3dsfs_versions
mkdir -p ${RPI_SETUP_FOLDER}/files/usr/lib/udev/rules.d
cp ${EXTRACTION_FOLDER}32/cc3dsfs ${RPI_SETUP_FOLDER}/files/Desktop/cc3dsfs_versions/cc3dsfs_32
cp ${EXTRACTION_FOLDER}64/cc3dsfs ${RPI_SETUP_FOLDER}/files/Desktop/cc3dsfs_versions/cc3dsfs_64
cp -r "${EXTRACTION_FOLDER}32/other licenses" "${RPI_SETUP_FOLDER}/files/Desktop/other licenses"
cp ${EXTRACTION_FOLDER}32/*.rules ${RPI_SETUP_FOLDER}/files/usr/lib/udev/rules.d
cp ${EXTRACTION_FOLDER}32/LICENSE ${RPI_SETUP_FOLDER}/files/Desktop
cp ${EXTRACTION_FOLDER}32/README.md ${RPI_SETUP_FOLDER}/files/Desktop
$(cd ${RPI_SETUP_FOLDER} ; zip -ry cc3dsfs_rpi_mono_setup.zip ./*)
cp ${RPI_SETUP_FOLDER}/cc3dsfs_rpi_mono_setup.zip .

0
setup_scripts/windows_setup_ftd2xx.sh Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd2xx_dll.bat Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd2xx_dll.sh Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd3xx.sh Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd3xx_dll.bat Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd3xx_dll.sh Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd3xx_winusb.bat Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd3xx_winusb.sh Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd3xx_winusb_dll.bat Normal file → Executable file
View File

0
setup_scripts/windows_setup_ftd3xx_winusb_dll.sh Normal file → Executable file
View File