mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Cannot use `make` to build sdb library [Question] #32

Closed alexpanter closed 8 years ago

alexpanter commented 8 years ago

Hi, In the README.md you write:

First, clone the submodules: $ git submodule update --init --recursive To build, run: $ make

I have problems running the make - command prompt says the make command doesn't exist. Perhaps I am missing something fundamental, would be appreciated if someone could help me so I can use the debuggin tools. Thanks in advance, Alexander

tritao commented 8 years ago

Which platform are you using?

alexpanter commented 8 years ago

I am running Windows 10, if that is what you are asking :)

tritao commented 8 years ago

OK then you need to install a POSIX environment like https://www.cygwin.com/ to be able to build it.

alexrp commented 8 years ago

Closing as the question has been answered.