LMME
Status: Alpha
Brought to you by:
messy
I am very new at Linux. I managed to install the LMME
program, but i'll be damned if i can find where it
installed to and how to open it. :)
Can you please let me know how i can run this program?
I did the make and the install ok, but i just dont
know where things install to with Linux so any help you
can give would be great!
:)
Thanks
David.
Logged In: YES
user_id=524396
go into the lmme folder and its in src then run ./lmme
:)
read the readme file duh!
Logged In: NO
I'm having the same problem.. tried ./lmme and i get a "no such file or directory" error..
Logged In: YES
user_id=524396
after typing ./configure and make type
cd src
./lmme
if its not in src then just look for lmme its not that hard
Logged In: NO
./configure
make
make install
the install will print where the lmme file is located
most likely in /usr/local/bin/lmme
cheers
b
Logged In: YES
user_id=473129
The lmme executable can be found, I believe, in
the lmme/src/ directory. Do a search for the file
lmme
Logged In: NO
you should have done:
tar -xzvf lmme.tar.gz ( or decompress and unpack some
other way)
cd lmme (change into the root of the extracted
archive)
./configure (run the configure shell script)
make (run make)
su (and type your password)
make install (make installs the program)
exit (exit from your super-user shell)
... Now you can simply type 'lmme' in the console and the
program will start.
Logged In: NO
Why I can open a new window in that program???? pleace help
me. sorry for my English is really bad.
Viva Chile!!!!!!
Logged In: NO
actually...
it's
sh configure
make
./lmme
thats for the newest version.
I recommend reading the documations before
typing ./lmme
l8r
Logged In: YES
user_id=580795
if you've compiled it from source, take a look in the src
directory ;)
Logged In: YES
user_id=763663
should be in /usr/local/bin/lmme if you did a make install (I
had to in order to get it to run) without any options then just
type lmme at the prompt or it its not a command run it from
where it is or make an alias to it