6
« on: January 18, 2016, 11:13:02 pm »
Hi,
I am currently on OSX v. 10.11.2. I followed the directions for compiling said software up to the point of sourcing my profile and encountered a difficulty. Specifically, the following commands went just fine:
tar pzxvf x3dna-v2.1-linux-64bit yada yada yada
cd x3dna_v2.1/bin
./x3dna_setp
setenv X3DNA '/home/xiangjun/x3dna-v2.1'
setenv PATH '/home/xiangjun/x3dna-v2.1/bin':$PATH
I do not seem to have a .cshrc file, such that I cannot
source ~/.cshrc
without getting the error
/Users/robertmolt/.cshrc: No such file or directory.
I cannot do the next command, either, perhaps as a result:
find_pair -h
I would be appreciative of any advice that can be given to compile from this point forward. I apologize if this is an elementary Linux question.