Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Installation

donghokang edited this page Nov 25, 2019 · 4 revisions

RaiSimUnity builds

You can download the latest builds of RaiSimUnity for Linux (tested on Ubuntu 18.04) on Release page.

Getting source codes

If you want to edit and build RaiSimUnity by your own, you can get source code as follows:

Prerequisite

  1. Install git by
$ sudo apt install git 
  1. Install git-lfs.
$ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
$ sudo apt-get install git-lfs

Downloading source

  1. Download source and resource files via git and git-lfs.
$ git clone https://github.com/eastskykang/RaiSimUnity.git
$ cd RaiSimUnity
$ git lfs pull origin
  1. Check every resources are properly downloaded by git-lfs. You should see texture JPEG files properly in Assets/Resources/texture/cc0/ directory.

User Guide

Getting Started

References

Clone this wiki locally