NCEMSS Installation notes

Source: Internet
Author: User
NCEMSS Installation notes-Linux Release Technology-Debian information. The following is a detailed description. NCEMSS (National Center for Electron Microscope Simulation Software) is a free high-resolution imaging program. Later, the author Roar Kilaas developed a commercial version of MacTempasX based on it. I finally installed NCEMSS on my Debian today. The following is a record of the installation process. personally, the best installation method is to use cygwin and compiled source code in windows.

1. Download source code

Home page in http://www.numis.northwestern.edu/edm/

2. Install the compiling environment. The NCEMSS installation environment is odd. The following packages are required:

G77-2.95 g ++-3.3 gcc-3.3 build-essential libasm-dev libasm1 libelf-dev libelf1 libfontenc-dev libfreetype6-dev libpthread-stubs0 libpthread-stubs0-dev libx11-dev libxau-dev libxcb-xlib0-dev libxcb1-dev x11proto-fonts-dev libxdmcp-dev libxfont-dev x11proto-input-dev x11proto-kb-dev xlibs -static-dev xtrans-dev zlib1g-dev

3. Compile and install the source code

. /Configure -- prefix =/opt/edm CC =/usr/bin/gcc-3.4 CXX =/usr/bin/g + +-3.3 F77 =/usr/bin/g77-2.95 -- x- lib =/usr/lib/X11 -- x-include =/usr/include/X11 -- enable-ncemss -- enable-focus -- enable-both
Sudo make

The compilation process will fail at organ. f. I used icc, ifort in OpenSUSE, and icc and ifort in MacPro, but it does not affect the installation of NCEMSS.

Sudo make install
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.