-
hi im finding the setup instructions confusing ive managed to install all prerequisites though c++ compiler wasn't obvious on which one to use so i assume any of the ones available online to install are suitable when you say use command line for windows what 1 ? command prompt? python 3? the c++ compiler ? they all have command lines i dont understand where we are meant to set the program up neither can i find a exe for zluda so im assuming it has to be run through a environment of some kind? also is there a script you could paste into power shell or command prompt that would set zluda up automatically or do you have to run all the code i did try to research this but couldn't find any videos or favourably step by step processes on how to setup zluda. thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
you don't have to do any of that. those instructions are for building it from source, and that's not what you want if you just want to try it. just do this:
for example, let's say you have put it in C:\Zluda\ and you want to open the program "example.exe" wich is in C:\example C:\Zluda\zluda.exe -- example.exe that's it! |
Beta Was this translation helpful? Give feedback.
you don't have to do any of that. those instructions are for building it from source, and that's not what you want if you just want to try it.
just do this:
for example, let's say you have put it in C:\Zluda\ and you want to open the program "example.exe" wich is in C:\example
then you should write
C:\Zluda\zluda.exe -- example.exe
that's it!