SourceExplorer
SourceExplorer copied to clipboard
I'm new to this and wondering
how do you compile the full re-write, I've looked and can't find anything, I'm using windows if that helps
you'll need git, meson and the latest visual studio (with build tools).
setup:
- open command prompt
-
cd
to the directory where you want to clone the repo (!!!! command prompt may default to System32, DO NOT CLONE HERE!!!! change the directory to something else!!!) - clone the repo using git
git clone https://github.com/LAK132/SourceExplorer
(just downloading it doesn't work I don't think) -
cd
into the repocd SourceExplorer
- run
git checkout 2.0-full-rewrite
- run
git submodule update --init --recursive
- run
setup.bat
compiling:
- run
compile.bat
- run
build\srcexp.exe
if there are any errors feel free to let me know
it seems to be cloning the master github branch
ah, after cloning and cd
ing in, run git checkout 2.0-full-rewrite
aftermath of running setup.bat
ok, so I fixed it by allowing users to change files, now I'm getting this when running compile.bat
you didn't change directory before running git clone so you've put the repo in System32, this is very bad! start from the start and make sure to change directory to the desktop or something in step 2.
oh. alright
odd. I'm getting the same message
this is from start to finish
and I'm still getting the same message when running compile.bat
I dont get what I'm doing wrong
there's no errors in that screenshot? you need to continue with step 7
had trouble getting this image
thank god I got this now I can see what the problem is
meson-log.txt I dont understand this maybe you can help me
ah I've committed something I shouldn't have, give me a moment to clean that up
alright
from inside the repo run git pull --ff-only
then try and compile again
huh.
git pull --ff-only
and try again
it's working
huh...
ah sorry, committed the wrong thing. pull and try again
alright
oops
I'll tell you if I get the same error message again
I didn't get the message this time
damn, I thought we didn't need open gl anymore
build\srcexp.exe -nogl
dont see it