Changes between Initial Version and Version 1 of shunfa/2011/0728-2


Ignore:
Timestamp:
Jul 28, 2011, 4:46:31 PM (13 years ago)
Author:
shunfa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shunfa/2011/0728-2

    v1 v1  
     1目標: fsarchiver savefs /dev/sda1 - | fsarchiver restfs - /dev/sdb1
     2
     3GCC參數篇 & auto configure
     4
     5        * 使用 Dabian 環境開發
     6                * sudo apt-get source 取得source code
     7                * sudo apt-get build-dep fsarchiver
     8                * apt-get install build-essential
     9
     10        * [http://www.flameeyes.eu/autotools-mythbuster/pkgconfig/pkg_check_modules.html The PKG_CHECK_MODULES Macro]
     11        * Makefile 為自動產生,編輯時修改Makefile.am
     12        * nm 這個指令可以查看*.a or *.so 裡面可以用到的function
     13{{{
     14ex: nm /usr/lib/libc.a
     15}}}
     16
     17
     18        * *.a static library, *.so dynamic library
     19        * gcc -i and -I (hrader相關)
     20        * gcc -l and -L (lib使用系統 and 自訂)
     21
     22
     23Thomas 提供 develop_setting.tar
     24
     25        * 修改bashrc_append  gitconfig後才可使用
     26        * exuberant-ctags
     27