update mac build instructions

This commit is contained in:
Hylke Bons 2011-08-03 22:13:35 +02:00
parent 72a16c036e
commit 11fc3bfa29

4
README
View file

@ -123,7 +123,7 @@ Install git, automake, and intltool:
Start the first part of the build: Start the first part of the build:
$ ./autogen.sh $ ./autogen.sh --enable-gtkui=no
$ make $ make
The last step will give you some errors in SparkleShare.exe, ignore these and go on to the The last step will give you some errors in SparkleShare.exe, ignore these and go on to the
@ -154,7 +154,7 @@ Now start the first part of the build:
$ cd SmartIrc4net $ cd SmartIrc4net
$ ./autogen.sh $ ./autogen.sh
$ cd .. $ cd ..
$ ./autogen.sh $ ./autogen.sh --enable-gtkui=no
$ make $ make
Ignore the error and continue to the MonoDevelop-part. Ignore the error and continue to the MonoDevelop-part.