Closed nopeless closed 1 month ago
I haven't used windows since XP so I may ask dumb questions :)
My question is, what's the output of the ./scripts/install.sh
or the reinstall.sh
script in powershell
?
I created the binaries.sh
script to create releases for all environments. Just for my own box I use install
and reinstall
PS thanks! This is great. Having something for powershell folks is great!
I'm also curious what make install
or make reinstall
outputs are in powershell. Can you execute Makefiles in windows? Sorry for my ignorance.
I'm also curious what
make install
ormake reinstall
outputs are in powershell. Can you execute Makefiles in windows? Sorry for my ignorance.
Its do-able as far as I know (I guess with combination of gnuwin32's make and git's bash would work?) but I would rather just use wsl if I need to use makefiles.
output
.\scripts\binaries.ps1
Building chatgpt for windows/amd64...done
I only made the binaries.sh for powershell because the other script files I couldn't get gexec to work properly and I don't have enough time to debug it right now. Being able to build locally was still a feat in my head so I made the pr
Gotcha. I guess this is a good start and we can iterate from here. Thank you!
@nopeless I renamed it to install.ps1
just to be consistent. Let me know if that broke something.
I like to build my things