From 93d8415e7ba74d0d194277c7b9f05a4ffbd45984 Mon Sep 17 00:00:00 2001 From: mgracer48 Date: Tue, 27 Jan 2015 15:37:25 +0100 Subject: [PATCH 1/2] Create build-mac --- github.io/docs/astron/en/master/build-mac | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 github.io/docs/astron/en/master/build-mac diff --git a/github.io/docs/astron/en/master/build-mac b/github.io/docs/astron/en/master/build-mac new file mode 100644 index 0000000..76944a8 --- /dev/null +++ b/github.io/docs/astron/en/master/build-mac @@ -0,0 +1,16 @@ +I highly recommand you install brew it makes installing astron and its depepdencies easier. +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +run that in terminal +after that run brew install yaml-cpp boost cmake +then after that do these linux instructions +"After setting up your environment you can compile with any of the following: + +For release: + +cmake -DCMAKE_BUILD_TYPE=Release . && make +For development (with Trace and Debug messages): + +cmake -DCMAKE_BUILD_TYPE=Debug . && make +For development (without Trace and Debug messages): + +cmake . && make" From 44a632b5c087cc4f8f44babfb37889c01ad68745 Mon Sep 17 00:00:00 2001 From: DarthNihilus1 <10155689+DarthNihilus1@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:23:04 -0400 Subject: [PATCH 2/2] Rename build-mac to build-mac.md --- github.io/docs/astron/en/master/{build-mac => build-mac.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename github.io/docs/astron/en/master/{build-mac => build-mac.md} (100%) diff --git a/github.io/docs/astron/en/master/build-mac b/github.io/docs/astron/en/master/build-mac.md similarity index 100% rename from github.io/docs/astron/en/master/build-mac rename to github.io/docs/astron/en/master/build-mac.md