Commit Graph

19 Commits

Author SHA1 Message Date
MisterSheeple 26a35d580f Update Dockerfile 2024-08-05 05:21:43 +00:00
MisterSheeple 97a29a89b7 Revert compiler downloading for now 2024-08-05 03:56:13 +00:00
MisterSheeple a8c47cba59 Undo most of previous commit 2024-08-05 03:41:47 +00:00
MisterSheeple 27668ab595 Fix missing unzip install and fix compilers not going in the right folder 2024-08-05 03:21:34 +00:00
MisterSheeple c151492f7c Add compiler download & setup 2024-08-05 03:11:58 +00:00
MisterSheeple c52f83907f Clean up extraneous comments in dockerfile 2024-08-01 16:10:43 +00:00
MisterSheeple f7474d2ff9 a few quality of life updates to the dockerfile 2024-07-05 03:59:20 +00:00
MisterSheeple 38dd02eead Add fixes for Ubuntu 24.04 in Dockerfile 2024-07-04 07:31:28 +00:00
MisterSheeple f6f7e8dc2c Update Dockerfile to latest Ubuntu LTS 2024-07-04 06:50:57 +00:00
MisterSheeple f45411a7be Dockerfile: temporarily roll back wibo to last working version 2024-07-02 07:20:35 +00:00
MisterSheeple c442190e5c Update example command in Dockerfile to match new build procedure 2023-12-19 05:50:46 +00:00
MisterSheeple 8e0915ceea make the thing more efficient 2023-12-04 10:26:30 +00:00
MisterSheeple a90cc5b2a2 simplify rm command 2023-12-04 10:19:35 +00:00
MisterSheeple 9e39eca13e add an extremely hacky fix 2023-12-04 05:56:36 +00:00
MisterSheeple dfd3b94d8d oh god dammit that was the wrong directory 2023-12-04 05:38:13 +00:00
MisterSheeple b3185a3a6d Actually screw all of that, just add it to PATH 2023-12-04 05:36:53 +00:00
MisterSheeple 436f996585 Add one-liner to Dockerfile that makes all devkitPPC executables the preferred ones 2023-12-04 04:58:14 +00:00
MisterSheeple 5b7b5c314b Remove redundant parameter from suggested Docker command (#143)
* Remove redundant parameter from suggested Docker command

* Remove redundant parameter from suggested Docker command
2023-11-08 18:25:45 +01:00
MisterSheeple 0db4b04d70 Add Docker support + README overhaul (#136)
* Initial Dockerfile implementation

* Add wibo installation to dockerfile

and also:

- Organize dockerfile a little bit more
- Add bash command for testing purposes, will probably be removed later

* Fix missing python packages in dockerfile, oops

* Add devkitPPC env var

* Switch to ultralib instead

thanos_oopsie_daisy.png

* Dockerfile: fix many things

* Add Docker build instructions

also:

- Fleshed out the existing build instructions a little bit

* Dockerfile: don't hardcode installation of deps that are in requirements.txt

also:

- Updated dockerfile usage message

* Made readme a little more clear

also:

- Fix some grammatical errors

* Fix missing newline

* Add missing comment

* Remove extra sed parameter that I left in by accident

* Simplify example commands in readme

* Simplify example command in dockerfile

* Fix devkitPPC installation not working on Docker for Windows

* Make previous commit not break Linux building

* README: Suggest against cmd prompt for Windows

also:

- Use platform-agnostic PWD variable in the command examples that'll work on both Windows and Linux.

* Dockerfile: update example command to use platform-agnostic PWD

* Fix borked symbol in readme

* Move wibo notice to manual as docker always uses wibo

* Fix readme link in Dockerfile 404ing

* Dockerfile: remove holdover packages we don't need anymore

* Dockerfile: handle cleanup better

specifically:

- delete duplicate wibo executable once installed
- delete dkp-pacman install script when done
- delete the parts of ultralib that aren't needed for this project

* Add links to the other two compilers in readme

* Add yaz0 tool for win32

* Add yaz0 command to readme

* Improve build instructions

* Make build instructions a little more clear

* Make formatting more consistent

* wait why am I adding windows instructions when it probably doesn't even build that way

* Remove part that will probably cause confusion

* fix an instance where I used the wrong word

* denote that docker is the recommended build method

* Add wibo instructions to manual section

* Fix redundant phrasing

* Re-arrange manual steps to match the order they occur in for docker

* Finish what the previous commit set out to do

* Remove more phrasing that could be considered redundant

* Make a few things clearer

* Dockerfile: switch ninja to apt per the advice of cuyler

* README: for ninja installation send user to package manager page

* Add diff.py dependencies to requirements.txt

* Dockerfile: remove extra pip command because now everything is in requirements

* Merge a few steps together

* Fix missing word

* Update inconsistent formatting

* Sort requirements alphabetically

* Remove recommended/not recommended labels

* Change windows information bit to not be personified

* Change wibo installation part to not be personified

* Finish what previous commit aimed to do

* Sort apt packages alphabetically

* Add notice about a weird docker thing we encountered
2023-11-07 23:07:21 -05:00