I am trying to run this program on my mac. I know next to nothing about programming and terminal use. I am trying to follow the instructions below, however, when i enter "sudo apt-get install git build-essential libgettextpo-dev" i get the response "sudo: apt-get: command not found" I currently have mono installed. Please help.
Running the Quatloo Trader in mono (for mac and linux crowd)This was installed and tested on LinuxMint Maya(13) {Ubuntu Precise(12.04)} and with mono 3.8.0 pulled from git
Install the prerequisites
sudo apt-get install git build-essential libgettextpo-dev
In your home directory create "src" directory
move into the "src" directory you just created, and pull the mono project from GitHub (this will take a bit)
git clone https://github.com/mono/mono -b mono-3.8.0-branch
After you finish cloning the code, move into the mono directory.
In the mono directory, run the autogen script, this will configure the Makefile for your machine. If you would like to install mono using a different prefix, then change the path (must be an absolute path)
./autogen.sh --prefix=/usr/local
If you have not used mono before, you need to get the mono compiler, since you need mono to make mono (from the readme file)
After that finishes, it's time to compile everything and install it (again, this will take some time, so be patient.)
make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe
sudo make install
Next you need to update the certificate store so you can connect to Bittrex.
After you finish the install (if you don't get any errors) you can now run the Quatloo Trader.
So, download and unzip the Quatloo Trader, and save it where you would like it. Then from the command line run the following
Enjoy!
https://i.imgur.com/MvXd8X8.png