Install nam 1.14 in Ubuntu

February 24th, 2010

It seems that by default nam is not built automatically, at least for me, using Ubuntu 64-bit 9.10. Here is how to make it work.

  1. Install some libs:
    sudo apt-get install xlibs-dev
  2. Run these under folder nam-1.14:
    ./configure
    make

Leave a Reply