2013年8月6日 星期二

在Linux上安裝開發環境常用的library

  1. bison
    Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.
  2. flex
    Flex is a fast lexical analyzer generator.
  3. gpp
    GPP is a generic preprocessor with customizable syntax.
  4. gcc
  5. g++
    G++ is a generic preprocessor with customizable syntax.
  6. make
  7. gawk
  8. gettext
  9. texinfo
  10. zlib1g-dev
    Zlib is a library implementing the deflate compression method found in gzip and pkzip. this package includes the development support files.
  11. libncurses5-dev
    The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization.
  12. patch
  13. gzip
  14. bzip2
  15. unzip
  16. build-essential 

沒有留言:

張貼留言