#Install Ghost on smartos
*Guide is out of date for Ghost 0.5 *
solution "brigade" | |
configurations { "Debug", "Release" } | |
location "build" | |
defines { | |
"WIN32", | |
"_WIN32_WINNT=0x0600", | |
"_CRT_SECURE_NO_WARNINGS=1", | |
"_SCL_SECURE_NO_WARNINGS=1", | |
"_WINDOWS", |
cmake_minimum_required(VERSION 2.8) | |
if(COMMAND cmake_policy) | |
if(POLICY CMP0005) | |
cmake_policy(SET CMP0005 NEW) # automatic quoting of brackets | |
endif(POLICY CMP0005) | |
if(POLICY CMP0011) | |
# we do want the includer to be affected by our updates, | |
# since it might define project-global settings. | |
cmake_policy(SET CMP0011 OLD) |
#Install Ghost on smartos
*Guide is out of date for Ghost 0.5 *
This is a work in progress. The instructions may not work or may damage your system.
git clone https://github.com/fire/UnrealEngine.git
git checkout 4.1-annex
git submodule init
to initialize your local configuration file// Shambler[Bishop author | |
// Hack for accessing private members in various Engine classes | |
// This template, is used to link an arbitrary class member, to the GetPrivate function | |
template<typename Getter, typename Getter::Member Member> struct AccessPrivate | |
{ | |
friend typename Getter::Member GetPrivate(Getter InGetter) | |
{ | |
return Member; |
Fri 16 May 2014 05:03:00 PDT | |
<NeiloGD> I'll leave server side MMO tech to iFire. | |
<iFire> :o | |
<NeiloGD> iFire: one day, you can do that for me. I'll do client. |
Create git user
groupadd git
sudo useradd \
-s /bin/bash \
-c 'git version control' \
-g git\
-d /home/git -m git
#Install smartos 14Q01. | |
pkgin in haskell-platform | |
# https://stackoverflow.com/questions/23432510/cabal-install-1-20-0-0-fails-to-install-on-os-x | |
cabal install cabal-1.20.0.0 cabal-install-1.20.0.0 --bindir=$HOME/bin |
# Unreal 4 project ignores | |
# git annex add --include-dotfiles . | |
/Binaries | |
/DerivedDataCache | |
/Intermediate | |
/Saved | |
*.opensdf | |
*.sdf |
Guide is working, but it's missing details on how to install pg_trgm extension. https://github.com/fire/pkgsrc-wip/tree/pg_trgm