filipalac / 240pTestSuite-PS1

A homebrew video suite for playstation 1
GNU General Public License v2.0
85 stars 14 forks source link

Compile issues #8

Open willis936 opened 3 years ago

willis936 commented 3 years ago

It would be nice to have make instructions and dependencies in the readme.

I have been trying to compile this repo using WSL and an Ubuntu 20.04 LTS VM. There seems to be some kind of pathing issue where the lz4 files are not found when compiling ./tools/lz4compress. ./tools only has one file in it and the lz4 files are in ./. I don't know how this repo could be compiled if the makefile changes directory to ./tools without keeping ./ in the path. I can fix this issue by copying the lz4 files into the ./tools directory, but then another error appears: wav2vag: Command not found. I think this is a command from PSXSDK, which I am not sure how to have referenced correctly. Which repo/commit should I clone? When compiled, what files should be put where? Is there a suitable release that be installed with a one-liner instead?

filipalac commented 3 years ago

idk about lz4 path problem, it works for me. wav2vag is part of PSXSDK. https://github.com/filipalac/psxsdk Add psxsdk to usr/local and add path export PATH=$PATH:/usr/local/psxsdk/bin