We provide the ADAPT-NMR Enhancer for Linux, Windows, and MacOSX in binary executable formats. As ADAPT-NMR itself is only provided in Linux, we also only guarantee usability of Linux version of the ADAPT-NMR Enhancer. However, the ADAPT-NMR Enhancer will be executable and good for viewing ADAPT-NMR results with some limitations and unknown errors if you do some tweaks by yourself. The lateset version of the ADAPT-NMR Enhancer is uploaded in 12/04/13 for linux, 11/25/13 for windows and 04/08/14 for mac. * Download ADAPT-NMR Enhancer for Linux [click to download] ADAPT-NMR Enhancer for Windows [click to download] ADAPT-NMR Enhancer for MacOSX [click to download] * Installation (for Linux) First, unzip the downloaded file from above. # unzip adapt_nmr_enhancer_linux.zip inflating: adapt_nmr_enhancer Then, copy the uncompressed file to the /usr/local/bin directory. [linux 32bits] adapt_nmr_enhancer [linux 64bits] adapt_nmr_enhancer64 # sudo cp adapt_nmr_enhancer /usr/local/bin/ When you run "adapt_nmr_enhancer", sometimes it requires necessary libraries. In that case, just install the libraries. # ./adapt_nmr_enhancer ./adapt_nmr_enhancer: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory # sudo apt-cache search libQtGui # sudo apt-get install libqtgui4 Required libraries for execution are different depending on system environment. Also, the way we showed finding and installing libraries is for Debian decendants such Ubuntu, Mint Linux, etc. However, you can easily figure out how to install them for the other linux distributions. Note that some linux distributions such as CentOS 6.5 might not install higher version of QT4 by YUM, so please install the libraries manually from http://qt-project.org. By using "ldd" command check if libQtGui.so and libQtCore.so are pointing correct locations. For instance, /usr/local/Trolltech/Qt-4.8.5/lib. |