face-hh / webx

An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.
Apache License 2.0
1.67k stars 155 forks source link

Made windows compiler for easy compilation #130

Closed neoapps-dev closed 1 month ago

neoapps-dev commented 1 month ago

i made it so you can compile the app easily :moai:

Timoh5709 commented 1 month ago

Finally, someone that simplifies this compiling thing for windows ! 👍

neoapps-dev commented 1 month ago

Finally, someone that simplifies this compiling thing for windows ! 👍

a windows user will care about that lol

GStudiosX2 commented 1 month ago

Rename the file to install-windows.bat for consistency

face-hh commented 1 month ago

image

GStudiosX2 commented 1 month ago

image

Try running it in a CMD prompt maybe ? Possible the script doesn't support powershell but I didn't make it so /shrug

face-hh commented 1 month ago

I've tried running the bat directly and through cmd, same thing. Haven't tried powershell

GStudiosX2 commented 1 month ago

I've tried running the bat directly and through cmd, same thing. Haven't tried powershell

Oh i thought you where opening it in powershell you could try it though

face-hh commented 1 month ago

image

neoapps-dev commented 1 month ago

woah, the script i added to github is old.. im gonna update it rq

SticksDev commented 1 month ago

batch is old and the outdated standard for Windows. I'm planning to re-write this in PowerShell which is more modern and allows for some other things that batch cannot do, e.g process waiting.

neoapps-dev commented 1 month ago

batch is old and the outdated standard for Windows. I'm planning to re-write this in PowerShell which is more modern and allows for some other things that batch cannot do, e.g process waiting.

you could use powershell inside of batch 🗿 and i did that of course.

face-hh commented 1 month ago

Moved to #152