Category Archives: compiling

Building GNU libmatheval for ARM

Overview GNU libmatheval is a library used for parsing and evaluating symbolic expressions input as text. A simple and common use of this library is when you have a C program and you have mathematical expressions. For example, x * y > x^2 contains two variables whose values can vary over time since they could… Read More »

Cross-compiling OpenVPN

OpenVPN is an open source software application used for creating SSL/TLS VPN that provides secure point-to-point connections in routed or bridged configurations and remote access facilities. Cross-compiling the latest version 2.3.2 is an easy procedure, no makefiles of other files have to be modified: Download package openvpn-2.3.2.tar.gz Requirements This library is built on top of… Read More »