isaacabraham / get-programming-fsharp

Companion code repository for https://www.manning.com/books/get-programming-with-f-sharp
125 stars 57 forks source link

how to build.cmd? #1

Open fergusmeiklejohn opened 6 years ago

fergusmeiklejohn commented 6 years ago

On OSX, I couldn't figure out how to run build.cmd

googled but it there are no instructions anywhere I can find.

There is no .proj file so I can't do dotnet restore

In the end I ran both of the commands in build.cmd but of course once they failed I figured out to change the slash direction

Could you please add instructions for Mac users to the readme?

This works:

mono .paket/paket.bootstrapper.exe then mono .paket/paket.exe restore

thanks!

isaacabraham commented 5 years ago

@fergusmeiklejohn can you try the netcore branch?

dgustaf commented 3 years ago

build.cmd fails in Windows 10. What I needed to do is go to the Paket project on github and download the latest paket.bootstrapper.exe, then build was able to get dependencies.