Hello Xiang-Jun,
I am trying to install the last version of 3DNA(V2.3) in my computer, but I have a problem. My computer is window 10, I am using cygwin. Firstly, I installed ruby using the link you suggested (
https://rubyinstaller.org/downloads/) Then I went to the web to download 3DNA v2.3. I download the x3dna-v2.3-mingw-win.tar.gz version. And I followed your advices:
tar pzxvf x3dna-v2.3-linux-64bit.tar.gz
Here the options pzxvf require some explanation:
p to preserve permissions of the various directories and files. This option may not be required for a personal setting.
z filter the archive through gzip. With this option, we can work directly from .tar.gz file without first using gunzip.
x to extract files from an archive.
v to verbosely list files processed.
f to use archive file, i.e., the 3DNA tarball file x3dna-v2.3-linux-64bit.tar.gz.
After running the above command, you will get a directory named x3dna-v2.3 which contains the 3DNA v2.3 distribution.
cd x3dna-v2.3/bin
enter into the bin directory of the 3DNA v2.3 distribution.
./x3dna_setup
However, when I ran the last command I got the next error message:
/usr/bin/env: ‘ruby’: No such file or directory
But I just installed ruby.
Just in case, I download the linux version (x3dna-v2.3-linux-64bit.tar.gz) and I tried to install it in cygwin....but I got the same message. I will appreciate your advice,
Thank you,
Basilio.