// Copyright 2006-2017, Matthew Welland. // // This file is part of Megatest. // // Megatest is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Megatest is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Megatest. If not, see . Installation ------------ Dependencies ~~~~~~~~~~~~ Chicken scheme and a number of "eggs" are required for building Megatest. In the v1.66 and beyond assistance to create the build system is built into the Makefile. .Installation steps (overview) ------------------------------------- ./configure make chicken setup.sh make -j install ------------------------------------- Or install the needed build system manually: . Chicken scheme from http://call-cc.org . IUP from http://webserver2.tecgraf.puc-rio.br/iup/ . CD from http://webserver2.tecgraf.puc-rio.br/cd/ . IM from https://webserver2.tecgraf.puc-rio.br/im/ . ffcall from http://webserver2.tecgraf.puc-rio.br/iup/ . Nanomsg from https://nanomsg.org/ (NOTE: Plan is to eliminate nanomsg dependency). . Needed eggs (look at the eggs lists in the Makefile) Then follow these steps: .Installation steps (self-built chicken scheme build system) ------------------------------------- ./configure make -j install -------------------------------------