Coder Social home page Coder Social logo

aka-steve / soacode-public Goto Github PK

View Code? Open in Web Editor NEW

This project forked from regrowthstudios/soacode-public

0.0 1.0 0.0 5.66 MB

Public repository for all the game code for Seed of Andromeda.

License: MIT License

C++ 94.45% C# 0.39% C 0.43% CMake 0.15% Objective-C 0.79% Batchfile 0.11% Shell 0.03% Python 3.65%

soacode-public's Introduction

Seed of Andromeda

This repository contains the source code for Seed of Andromeda.

Getting Started

This guide will walk you through setting up as a developer for Seed of Andromeda. There is a basic requirement of having several packages installed prior to being able to develop. In addition, we support all three major operating systems:

Installing and building:

Contributing

Windows

Required pre-setup

  1. Compiler: Microsoft Visual Studio 2013

Installation

  1. Open a dos window.
Windows + R
cmd
  1. Create a folder to hold the repositories
cd c:\
mkdir -p repos
  1. Clone the Seed of Andromeda repositories
c:\
cd c:\repos
git clone --recurse-submodules [email protected]:RegrowthStudios/SoACode-Public.git soa

Building

  1. Pull latest code
cd c:\repos\soa
git checkout develop
git pull --recurse-submodules
  1. Run build script
build.bat

Mac

Required pre-setup

  1. Compiler: Xcode

Installation

  1. Open a terminal.
cmd + space
Terminal
  1. Create a folder to hold the repositories
mkdir ~/repos
  1. Clone the Seed of Andromeda repositories
cd ~/repos
git clone --recurse-submodules [email protected]:RegrowthStudios/SoACode-Public.git soa

Building

  1. Pull latest code
cd ~/repos/soa
git checkout develop
git pull --recurse-submodules
  1. Run build script
./build.sh

Linux

Required pre-setup

  1. Compiler: gcc or clang
    • Install per your preferred operating system package control...
    • Portage:
    sudo emerge -DuNqa gcc   # for gcc
    sudo emerge -DuNqa clang  # for clang
    
    • PacMan:
    sudo pacman -S gcc
    sudo pacman -S clang
    
    • Apt:
    sudo apt-get install gcc
    sudo apt-get install clang
    
    • Yum:
    sudo yum install gcc
    sudo yum install clang
    
  • Software Version Control: Git
    • Portage:
    sudo emerge -DuNqa git
    
    • PacMan:
    sudo pacman -S git
    
    • Apt:
    sudo apt-get install git
    
    • Yum:
    sudo yum install git
    

Installation

  1. Open a terminal.
  2. Create a folder to hold the repositories
mkdir ~/repos
  1. Clone the Seed of Andromeda repositories
cd ~/repos
git clone --recurse-submodules [email protected]:RegrowthStudios/SoACode-Public.git soa

Building

  1. Pull latest code
cd ~/repos/soa
git checkout develop
git pull --recurse-submodules
  1. Run build script
./build.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.