Skip to content

Commit

Permalink
Fix reference to cesium native build in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Mar 13, 2024
1 parent a0c6d96 commit 62ed49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ set PATH=%PATH%;[installroot]
```

## Building with support for cesium-native
See documentation at [here](cesium_native.html) for building osgEarth with support for cesium-native.
See documentation at [here](cesium_native.md) for building osgEarth with support for cesium-native.

## Checking for an OpenGL Core Profile Context
Some situations require you to have an OpenGL Core Profile context. The ability to create a core context is available when OSG is built with OPENGL_PROFILE=GL3 or GLCORE. Environments such as Apple OSX and VMWare require it as does debugging with tools like NVidia NSight. You can check to see if you are running with an OpenGL Core Profile by running a command like this (Windows)
Expand Down

0 comments on commit 62ed49c

Please sign in to comment.