That was me. I can post my instructions again, but I haven't tried running
tme anywhere except in its own directory, since it has a lot of components
that it expects to find in specific places. I suppose you can try using
"/usr/local" instead of $HOME in my instructions for prefix and the library
path, but I haven't tested that. Here are my original instructions:
Make sure you have the gtk-2.0 and glib2.0 dev packages installed. Then...
mkdir $HOME/tme
cd $HOME/tme
tar -zxvf your_download_dir/tme-0.8.tar.gz
cd tme-0.8
vi libtme/module.c (comment out line 93 "LTDL_SET_PRELOADED_SYMBOLS();",
it's no longer needed) and save.
./configure --prefix=$HOME/tme --disable-warnings 'LIBS=-lglib-2.0
-lgtk-x11-2.0 -lX11'
export LTDL_LIBRARY_PATH=$HOME/tme/lib (or "setenv LTDL_LIBRARY_PATH
$HOME/tme/lib" for csh/tcsh)
make
make install
If you get any errors related to ieee754 (the Makefile does some things out
of order that ultimately should be corrected...), do this:
cd $HOME/tme/tme-0.8/ic/ieee754
make install
cd ../..
make install
And that should do it.
-Mark
On Mon, Nov 5, 2018 at 2:28 PM, Ray Jewhurst <raywjewhurst at gmail.com> wrote:
A couple of months ago someone posted how to get the
TME emulator to build
on Ubuntu 18.04. I just got a new computer and realized that I didn't
archive said instructions. I would like to set it up so that the tmesh
executable is in /usr/local/bin. I am not much of a programmer more of an
OS history enthusiast so figuring this out on my own is bit out of my
league. Any help would be appreciated.
Thanks in advance
Ray