Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
How To Make A New IR Project

Introduction

A new Illinois Rocstar project can be created easily with make_project. The make_project utility uses the IR Project Template and prepares a new project with directory structure that is ready to be imported into the IR Source Repository.

Documentation for the make_project utility can be found in the documentation of the IRProject::MakeProject function. The procedure for using the Illinois Rocstar Project Template for creating a new project is as follows:

  1. Check out the Illinois Rocstar Project Template from SVN

    svn co file:///Projects/IR/SoftwareRepository/IRProject/trunk IRProject

  2. Make a directory for building IRProject and go into it...

    mkdir irproject_build
    cd irproject_build

  3. Configure and build IRProject

    cmake ../IRProject
    make
    cd ../

  4. Use make_project to create your new project:

    irproject_build/bin/make_project IRProject <NewProjectName>

  5. Create a repository for your new project by importing:

    svn import <NewProjectName> file:///Projects/IR/SourceRepository/<NewProjectName>

Todo:

LICENSE

AUTHORS

SVN Repository Structure