[go: up one dir, main page]

Menu

[c5d69e]: / configure  Maximize  Restore  History

Download this file

31 lines (30 with data), 1.0 kB

#!/bin/sh
echo "There is no need to run configure for building fre:ac. Just make sure"
echo "the following prerequisites are met before running make:"
echo
echo "  All operating systems:"
echo
echo "    - Get, build and install the latest version of the smooth Class Library;"
echo "      it can be obtained via Git using:"
echo
echo "      git clone https://github.com/enzo1982/smooth.git"
echo
echo "    - Get, build and install the fre:ac Component Development Kit"
echo "      available from https://www.freac.org/"
echo
echo "  On Linux:"
echo
echo "    - libudev development package"
echo
echo "  On macOS:"
echo
echo "    - Building fre:ac is supported on macOS 10.5.8 Leopard and later"
echo "      using the Xcode Command Line Tools (no Xcode project file provided)"
echo
echo "  On Windows:"
echo
echo "    - Please use MSYS2 (https://www.msys2.org/) or Visual Studio 2022"
echo "      with the msvc/freac.sln project file to build fre:ac"
echo
echo "When all prerequisites are met, simply run \"make && make install\"."
echo