20,741
edits
m (→Issues) |
m (→Contributing) |
||
| Line 438: | Line 438: | ||
* Building mxe: http://mxe.cc/#usage | * Building mxe: http://mxe.cc/#usage | ||
* Creating packages: http://mxe.cc/#creating-packages | * Creating packages: http://mxe.cc/#creating-packages | ||
{{Note|At least on Ubuntu, openscenegraph.mk needs to be edited to add libgomp as a dependency for now}} | |||
<syntaxhighlight lang="bash"> | |||
$ cd mxe | |||
$ make openscenegraph | |||
</syntaxhighlight> | |||
Dependencies should be resolved automatically, so that building osgearth should implicitly build osg first: | |||
<syntaxhighlight lang="bash"> | |||
$ cd mxe | |||
$ make osgearth | |||
</syntaxhighlight> | |||
== Status == | == Status == | ||