Hi Bryan,
Thank you for your answer. I finally installed and compiled Cantera in Debian for matlab.
When I said that the install instructions are no clear, I mean for the newbies in Cantera's like me. When the first time you open the installation instructions for Cantera, you find that the Conda Installation is the "Highly Recommended" and you follow the instructions to install it. Once done, you realize that is not the right one to work in matlab. When I read first about Cantera, one of the advantages of the suite was the possibility of using matlab instead use python. In my opinion "Highly Recommended" depends if you want just work on Conda environment.
Also, on the "Compile Cantera from Source", which is the best option in my opinion to install Cantera, there is a lack of requirements for its installation. There is a huge variety of linux distributions and, among them, not always the right packages are installed. For instance, in my raw Debian 9 installation, there wasn't installed g++ or gcc...
So I suggest to include a list of requirements to check before the compilation in the linux distribution. Here is mine:
* git
* scons
* gfortran
* gcc
* g++
* libboost_dev (C++ headers)
* Anaconda3 ( just for python and environment libraries)
* matlab (for use this interface)
Once you can follow the instructions as in "Compile Cantera from Source", just modifying the cantera.conf file with:
python_package='y'
python_cmd='$HOME/anaconda3/bin/python'
matlab_path='$HOME/MATLAB/RXXXXb' # where RXXXXb is the release of the matlab version; if you plan use matlab
Then run 'scons help' to check all the rest of the compiling options
Then, as su :
Run 'scons build' for the compilation
Run 'scons test' to check that the compilation was right
Run 'scons install' to install the compilation in your system.
Finally in matlab, set the path '/usr/local/lib/cantera/matlab' as default.
Maybe in the installation instructions are assumed some aspects of the distribution, for instance, the default packages, but is just my opinion. I really don't like spending too much time looking what I need, or I have or I haven't in my linux distribution just looking where the commands crashes...
Thank you any way for you help. I hope my comments help in some way the Cantera community.
Best regards,
Javier