MME4CRT Forum
Download and compiling the latest build - Printable Version

+- MME4CRT Forum (https://mme4crt.alphanudesign.co.uk/forum)
+-- Forum: Downloads (https://mme4crt.alphanudesign.co.uk/forum/forumdisplay.php?fid=5)
+--- Forum: Linux Downloads (https://mme4crt.alphanudesign.co.uk/forum/forumdisplay.php?fid=6)
+--- Thread: Download and compiling the latest build (/showthread.php?tid=4)



Download and compiling the latest build - alphanu - 02-14-2019

If you are already running a Debian flavor of Linux (Ubuntu, Lubuntu, Xubuntu or Debian 9) the simplest way to install MME4CRT is to use This auto script. If you do not have a Debian Linux and wish to take advantage of this script please download and install one of the following.

Lubuntu 16 x64

Lubuntu 16 x86

If you are using Arch Linux Please follow this. You will need to setup you 15khz  desktop res as well. This is in the knowledge base section which can be found here.

Code:
$ sudo pacman -Syy
$ sudo pacman -S freetype2
$ sudo pacman -S base-devel
$ sudo pacman -S git
$ git clone https://github.com/alphanu1/MME4CRT
$ cd MME4CRT
$ ./configure
$ make


Iso installers and pre-built images coming soon!


RE: Download and compiling the latest build - IPKomet - 03-10-2019

You've got a spelling mistake creeping in.
git clone https://github.com/alphau1/MME4CRT

correct is

git clone https://github.com/alphanu1/MME4CRT


RE: Download and compiling the latest build - alphanu - 03-12-2019

(03-10-2019, 09:56 PM)IPKomet Wrote: You've got a spelling mistake creeping in.
git clone https://github.com/alphau1/MME4CRT

correct is

git clone https://github.com/alphanu1/MME4CRT

Thanks for that  Cool