RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
927 stars 173 forks source link

cant compile on linux #387

Closed AJES2022 closed 11 months ago

AJES2022 commented 1 year ago

i tried making it on linux but i got this error make: *** There is no rule to build the target 'objects/dependencies/all/tinyxml2/tinyxml2.cpp.o', needed for 'bin/RSDKv4'. Tall.

SolitudeSF commented 1 year ago

you forgot to fetch submodules. git submodule update --init --recursive