Giter VIP home page Giter VIP logo

cse-395-proje1's Introduction

CSE-395-Proje1 -- Project WebSite->ballonplateproject.tech.blog

INSTALLATION GUIDE

Installation of OpenSceneGraph For 3D Simulation

Download source files of OpenSceneGraph from this link: http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.4.0.zip Windows

Install CMake and MinGW for compile source files of OpenSceneGraph

CMake download link: https://cmake.org/download/

MinGW download link: https://sourceforge.net/projects/mingw/files/

Open CMake and press "Browse Source" button and select "/OpenSceneGraph-3.4.0/src"

Then create a new folder which its name "mingw-build" in same directory and from CMake press "Browse Build" button and select folder which you have created

Then press "Configure" button and select "MinGW Makefiles" from list

After configuration completed succesfull press "Generate" button

After Makefile generation completed close CMake

Then open command line and change directory to "/OpenSceneGraph-3.4.0/mingw-build"

Then enter "mingw32-make" command, it will begin compile of OpenSceneGraph source codes

After compilation completed successfully enter "mingw32-make install" command, it will install compiled binary packages to your computer.

Then add these folders to your computer's environment variables:

/OpenSceneGraph/bin/

/MinGW/bin

At last, install CLion IDE and open our project

Ubuntu

First you need to install OpenGL library in Ubuntu with these command from terminal.

sudo apt-get install libgl1-mesa-dev mesa-common-dev

Then change directory to main directory of downloaded OpenSceneGraph package

Then enter "cmake CMakeLists.txt" command, it will generates Makefiles to compile OpenSceneGraph source codes

After generation completed, enter "make" command, it will begin compile of OpenSceneGraph source codes

After compilation completed successfully enter "make install" command, it will install compiled binary packages to your computer.

At last, install CLion IDE and open our project

cse-395-proje1's People

Watchers

James Cloos avatar Yunus ATMACA avatar

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.