blastrock / pkgj

pkg download & installation directly on Vita
BSD 2-Clause "Simplified" License
1.1k stars 99 forks source link

Cannot build with vitaSDK. Is it made with VDSuite/DolceSDK? #399

Open hedhehd opened 2 years ago

hedhehd commented 2 years ago

Version of PKGj: My own made version

Steps to reproduce the issue

Obtained result:

CMake Error at CMakeLists.txt:18 (include): include could not find requested file:

/c/users/[Username]/desktop/pkgj-master/build/conanbuildinfo.cmake

CMake Error at CMakeLists.txt:19 (conan_basic_setup): Unknown CMake command "conan_basic_setup".

Expected result:

For it to cmake pkgj succsessfully

hedhehd commented 2 years ago

If it is made with VDSuite or DolceSDK. I'm sad to say I cannot do anything to install VDSuite. It just wont install

hedhehd commented 2 years ago

https://github.com/blastrock/pkgj/issues/259#issuecomment-453638077 Maybe this?

hedhehd commented 2 years ago

Did nothing

fexofenadine commented 1 year ago

it uses vitasdk, via conan. there's an environment setup script in ./ci called ci.sh, which calls setup_conan.sh and installs all the prerequisites

unfortunately the conan sources are all out of date now, so this process needs some work for builds to be successful again