From a5e71344b25e13d471f13affd97149f09ddadd39 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 10 Nov 2015 20:10:57 +0300 Subject: [PATCH] update readme --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 861e9c8c..994a91eb 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ To develop using Visual-D or MonoD, download sources for dlabgui and dependencie git clone https://github.com/DerelictOrg/DerelictSDL2.git git clone https://github.com/gecko0307/dlib.git git clone https://github.com/Devisualization/image.git de_image - + git clone https://github.com/Dav1dde/gl3n.git Then open dlangui.sln using Visual D (or dlangui-monod.sln for MonoD) @@ -170,6 +170,39 @@ dub.json: "sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"], +Mac OSX development using Mono-D +-------------------------------- + +DMD, DUB, git, MonoDevelop with Mono-D plugin must be installed + + +Clone DlangUI repository + + git clone https://github.com/buggins/dlangui.git + +Enter dlangui directory + + cd dlangui + +Clone dependency libraries + + mkdir deps + cd deps + git clone https://github.com/buggins/dlangui.git + git clone https://github.com/DerelictOrg/DerelictUtil.git + git clone https://github.com/DerelictOrg/DerelictGL3.git + git clone https://github.com/DerelictOrg/DerelictFT.git + git clone https://github.com/DerelictOrg/DerelictSDL2.git + git clone https://github.com/gecko0307/dlib.git + git clone https://github.com/Devisualization/image.git de_image + git clone https://github.com/Dav1dde/gl3n.git + +Open solution file with Mono-D + + dlangui-monod-osx.sln + + + Linux builds ------------