All Projects → doughodson → OpenEaagles

doughodson / OpenEaagles

Licence: other
Multi-platform framework to build real-time interactive simulators and simulations

Programming Languages

C++
36643 projects - #6 most used programming language
Lex
420 projects
Protocol Buffer
295 projects
Makefile
30231 projects
Yacc
648 projects
lua
6591 projects

OpenEaagles

The most current version of OpenEaagles can be found at www.OpenEaagles.org.

Directories

  • build: using premake for creating Visual Studio/C++ projects and solutions (See premake project for more information)

  • doc: changeLogs, uml diagrams and doxygen configuration files

  • include: standard include path for all headers (.hpp)

  • lib: contains libraries after compilation

  • src: source code (.cpp) files

To Build

Windows

  1. Load the visual studio solution file found in the build tree.
  2. Select build options, and compile.
  3. This will generate linkable libraries in the lib directory.

Linux

  1. Edit setting in "setenv" file.
  2. Load setting via "source setenv".
  3. Review the makedefs file to ensure paths and prerequisites are met.
  4. Enter src directory and run "make"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].