Help! come aprire software di anatomia freeware
Inviato: lunedì 3 maggio 2010, 15:17
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!
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!