Skip to content

timbuko/quadrotor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile jr3 DLL

On Windows, navigate to the jr3 subfolder from the command line and compile with g++

g++ -O -ansi -shared .\jr3_dll.cpp -o jr3.dll

or with warnings:

g++ -Wall -Wextra -O -ansi -pedantic -shared .\jr3_dll.cpp -o jr3.dll

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.1%
  • Python 34.6%
  • C++ 10.3%