/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

web.navan.dev
| | lambdajive.wordpress.com
2.4 parsecs away

Travel
| | If you are here just to cross-compile OpenCV, follow these simple instructions. The older post is a little more detailed, error-prone, pedantic, and maybe out of date. If you want to cross-compile OpenCV from source code, you can do by next steps. Building OpenCV 2.1 requiers CMake. You can easily install it by using MacPorts,...
| | fuller.li
1.7 parsecs away

Travel
| | [AI summary] A guide on integrating Swift libraries into Carthage by manually generating Xcode projects from Swift Package Manager dependencies.
| | studiofreya.org
1.9 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | blog.kdgregory.com
13.8 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...