Pagina 1 di 1

Help! come aprire software di anatomia freeware

Inviato: lunedì 3 maggio 2010, 15:17
da LisbethSalander
Salve
ho scaricato un programma freeware da questo sito. Ecco il README


Starting nodes3d on Linux and Mac OS X
======================================
First, make sure all the prerequisites are installed:
    - Lua 5.0, preferably compiled from source (lua.org)
    - glut
    - the client library for MySQL 4 or 5

Edit the Makefile to reflect where your libraries are installed,
then type

$ make

To display neural connectivity from brainmaps.org,

$ ./nodes3d           

To display the graph described in dodecahedron.lua for example, type

$ ./nodes3d tests/dodecahedron.lua

It is possible to run multiple Lua files to combine their effects.
For example, to get the colors from colorscheme1.lua and a 2D layout, do this:

$ cd tests
$ ../nodes3d K6.lua colorscheme1.lua 2D.lua

Sapreste dirmi cosa significano quei comandi all'inizio? cioè come faccio ad installare:

"First, make sure all the prerequisites are installed:
    - Lua 5.0, preferably compiled from source (lua.org)
    - glut
    - the client library for MySQL 4 or 5"
E poi dove scrivo:
Edit the Makefile to reflect where your libraries are installed,
then type

$ make

To display neural connectivity from brainmaps.org,

$ ./nodes3d           

grazie!

Re: Help! come aprire software di anatomia freeware

Inviato: lunedì 3 maggio 2010, 15:18
da LisbethSalander
Per maggiore chiarezza posto anche il sito da cui scaricare il programma

http://brainmaps.org/index.php?p=desktop-apps-nodes3d

Re: Help! come aprire software di anatomia freeware

Inviato: venerdì 7 gennaio 2011, 12:35
da fabs9999
ci deve essere qualche errore nel file scaricato neppure io riesco a compilarlo