-
Hello, I apologize if this is way stupid, but I am new to Linux, new to programming and C# in particular. On the flip side I don't like MonoDevelop at all and I wish to compile and debug manually. So many many thanks to all of you smart people making this possible, however I have an installation problem. I can not understand how to properly use the 'git' command and this is ( I presume ) causing make to yell that it is missing Project file "debugger-libs.sln". Would you mind to help out? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
You probably need to run
Good luck! |
Beta Was this translation helpful? Give feedback.
-
Yea, probably. The problem is that I can't. Outputs: fatal: Not a git repository (or any parent up to mount point /home) |
Beta Was this translation helpful? Give feedback.
-
Hey, are you building from a Git clone or a tarball? If the latter, perhaps GitHub doesn't include submodules in tarballs (which would suck). At any rate, building from Git like this should work:
|
Beta Was this translation helpful? Give feedback.
-
That seemed to work, but I smell something fishy. In other words make check outputs: fsharpc --debug+ --nologo --warnaserror --keyfile:mono.snk --out:chk/check.exe --target:exe chk/check.fs If that helps. If you are familiar with the cs50 edX course, I did setup my system, including a make script that compiles C applications with clang. Could that interfere? |
Beta Was this translation helpful? Give feedback.
-
That just means you don't have F# installed. Can't run the test suite without it. |
Beta Was this translation helpful? Give feedback.
-
I tried installing F#, but it seems I was unsuccessful. I followed the steps in this tutorial: |
Beta Was this translation helpful? Give feedback.
-
I am not sure about what kind of system you are using, but on modern Debian/Ubuntu, you can just |
Beta Was this translation helpful? Give feedback.
Hey, are you building from a Git clone or a tarball? If the latter, perhaps GitHub doesn't include submodules in tarballs (which would suck).
At any rate, building from Git like this should work: