-
Notifications
You must be signed in to change notification settings - Fork 147
Made windows compiler for easy compilation #130
Conversation
|
Finally, someone that simplifies this compiling thing for windows ! 👍 |
a windows user will care about that lol |
|
Rename the file to install-windows.bat for consistency |
|
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 |
|
woah, the script i added to github is old.. im gonna update it rq |
README.md
Outdated
| 8. Select `Path` -> Click on `Edit` -> Add the following three entries: `C:\msys64\mingw64\include`, `C:\msys64\mingw64\bin`, and `C:\msys64\mingw64\lib`. | ||
| 9. Open a terminal in the folder with `napture/`, run `cargo run`. | ||
| 1. Download this repo as a zip and extract it. | ||
| 2. Run `windows-compiler.bat` by @neoapps-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's pretty stupid to credit yourself like this. Just remove it please.
| 2. Run `windows-compiler.bat` by @neoapps-dev | |
| 2. Run `windows-compiler.bat` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bro, can't i be credited for my work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just think it looks stupid, plus your name is forever visible in the commit history of that file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright D:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
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. |
|
Moved to #152 |



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