-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very hard to start using FAKE 5 on linux #1675
Comments
I'd really like to help but usually you would just download & extract the linux binary release, write a script and execute 'fake run script.fsx'. Can you be more specific about the errors you are encountering? Our error messages might not be the most user friendly ones of the world but we are still in alpha phase... |
@matthid I usually write more specific error information on the issues I find, but this time I was in a rush, sorry about that. I am not at my computer at this moment, but will try to describe what I remember: I started a Dotnet Core 2.0 F# console project with:
By the way, dotnet cli chokes on the hash in I had already downloaded Fake and added to my $PATH using Then I created a
Then, after running I had to add environment variables: It starts downloading stuff, and I added
Now Ionide does not complain about not being able to find
And more erroors in every I don't know if I am supposed to manually write down the path for my still not found dlls neither which ones I am missing. Also the originall post here: adds this at the paket-inline I think that is hardcoding something that is particular to someone else's setup. What am I missing? |
No problem. Yes you did in fact run into a couple of issues, which are already fixed (but not yet released).
Thanks for testing and reporting back! |
I kept trying for some more moments. I keep getting error after error. I feel like I am wasting too much time debugging stuff. |
Please keep reporting them, otherwise nobody can fix anything... |
@matthid I got frustrated, sorry. I will keep going, though. Current contents of
Trying again:
If I try referencing
Then I get:
So, it seems like I would have to keep referencing missing stuff... I must say that I also had (previously added) this to my
|
Definitely something I have not seen before, thanks. Can you remove It is really interesting that you run into so many issues. Currently I released So to reiterate is the following working for you?
Note that you might want to delete the Note that manual |
|
After starting from scratch with
It is working! |
Also note that a netcore project is not actually required to use FAKE. (but you most likely want to use FAKE to build the project I guess) Also please feel free to ping me on gitter slack or here on github if you encounter issues. Even if it is already explained somewhere at least it helps to understand where issues for new users are and where we need to improve docs or error messages |
I think this point has been addressed. Additionally we now have a getting started guide: https://fake.build/fake-gettingstarted.html |
I spent several hours trying to use FAKE 5 on Ubuntu Linux 16.04 LTS, following (scarce) guidance from https://fake.build/fake-commandline.html
I am willing to contribute with development to the F# ecosystem on Unix (specially Linux), but need help to get started.
I am willing to contribute to FAKE 5 development, but need help.
Help please!
The text was updated successfully, but these errors were encountered: