Create readme files detailing expected environment variables for makefiles. #4

Closed
opened 2024-05-15 18:03:10 +00:00 by cody · 3 comments
Collaborator
No description provided.
Author
Collaborator

For example, for the src/Library makefile

export win_tools="psxcdgen_ex psxcdread psxreadmap wslpath"
export clean_tools="cdtypes tool_helper"
export linux_tools="cpp_out psxcdgen_ex jaby_engine_fconv mkoverlay"
make BUILD_PROFILE=release PSX_TV_FORMAT=PAL

or the support/src makefile

make all_all BUILD_PROFILE=release REGION=SCEE JABY_ENGINE_DIR=/home/cody/development/jabyengine

or for the poolbox makefile

make all JABY_ENGINE_DIR=/home/cody/development/jabyengine BUILD_PROFILE=release
For example, for the `src/Library` makefile ``` export win_tools="psxcdgen_ex psxcdread psxreadmap wslpath" export clean_tools="cdtypes tool_helper" export linux_tools="cpp_out psxcdgen_ex jaby_engine_fconv mkoverlay" make BUILD_PROFILE=release PSX_TV_FORMAT=PAL ``` or the `support/src` makefile ``` make all_all BUILD_PROFILE=release REGION=SCEE JABY_ENGINE_DIR=/home/cody/development/jabyengine ``` or for the poolbox makefile ``` make all JABY_ENGINE_DIR=/home/cody/development/jabyengine BUILD_PROFILE=release ```
Owner

Things should have improved with the new way of building this.
We will soon provide a docker image that will change this again however

Things should have improved with the new way of building this. We will soon provide a docker image that will change this again however
Owner

Providing readme and a docker image via #9

Providing `readme` and a `docker` image via #9
jaby closed this issue 2025-01-08 21:25:27 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jaby/jabyengine#4
No description provided.