Difference between revisions of "Development on Linux"

From Elite Wiki
(Created page with "=Setting up the development environment= Do as you wish :-) I use vim + youcompleteme. There's no IDE on linux managing objective-c (at least not Eclipse and Intellij). Aut...")
 
(Added Links)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Setting up the development environment=
+
== Setting up the development environment ==
  
 
Do as you wish :-)
 
Do as you wish :-)
Line 12: Line 12:
  
 
Some use Emacs.
 
Some use Emacs.
 +
 +
 +
== Links ==
 +
*[[Installer on Linux]]
 +
*[[Compiling on Linux]]
 +
*[[Compiling with Clang instead of gcc]]
 +
 +
[[Category:Oolite Development]]

Latest revision as of 13:11, 28 October 2025

Setting up the development environment

Do as you wish :-)

I use vim + youcompleteme.

There's no IDE on linux managing objective-c (at least not Eclipse and Intellij). Auto-completion doesn't work in most of them because the xCode libraries aren't available (they're on OS X).

The only plugin for objective-c on eclipse is discontinued.

You can see the call hierarchy in the doxygen documentation at https://ooliteproject.github.io/oolite/

Some use Emacs.


Links