I have a Mac OS with Maverick. I would like to use an (unofficial) Matlab package. I am trying to follow instructions in the README file but I have difficulties (I am not a programmer at all). Here is the text :
"To run sparsenet, you will first need to compile the conjugate gradient (cgf) routine so that it may be called through matlab. To do this, you will first need to build the library libnrfopt.a, which contains the actual conjugate gradient subroutines. Go to the nrf/ subdirectory and type
make libnrfopt.a
Then go back up the to sparsenet directory and compile the cgf routine so that it may be called by matlab. First modify the makefile definition for MEXT to be the proper suffix for the mex file for your machine (for SGI's it is mexsg). Then type
make
If successful, this should create a file named cgf.xxx, where xxx is a suffix that depends on what machine you are on."
I could do the first step ("make libnrfopt.a). But I just do not understand the sentence " First modify the makefile definition for MEXT to be the proper suffix for the mex file for your machine (for SGI's it is mexsg)".
Please, anyone could explain me what to do ?
In advance, thank you very very. Julien