slepicka-craig / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Installation problem #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.$ git svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera
git: 'svn' is not a git command. See 'git --help'.

Did you mean one of these?
    fsck
    mv
    show

2.$ show svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera
The program 'show' is currently not installed. You can install it by typing:
sudo apt-get install nmh
natesh@natesh-Vostro-A860:~$ sudo apt-get install nmh

3.natesh@natesh-Vostro-A860:~$ scons test

scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 905, in _main

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by oanat...@gmail.com on 25 Jul 2014 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago
There are several things wrong here. I'll go based on the .txt file you 
attached.
I don't know why git svn isn't working, since you have installed subversion.

1) You get the SCons errors because you have not changed into the directory 
with the Cantera source code.
2) The URL svn/cantera/branches/2.1.1 does not exist. You have to use 
svn/cantera/branches/2.1 , which will get you the 2.1.1 update.

For future reference, this site (Google Code) is for bug reports only. This is 
not a bug report, but a request for support. In the future, please post support 
requests on the Google Group at 
https://groups.google.com/forum/#!forum/cantera-users Please note that your 
first message may take some time to appear there, but subsequent messages will 
appear instantly.

Finally, when you post messages, please include an actual question in your 
post, not just the output from the command line.

Best regards,
Bryan

Original comment by bryan.w....@gmail.com on 27 Jul 2014 at 9:55