Re: [問題] Linux Complie 問題
※ 引述《MLP2007 (NEW)》之銘言:
: ok我把問題講清楚好了
: 我先在有一個open source的程式要編譯
: 他的說明提到要用configure下一長串的命令
存成 sh 啊! 以後
# sh build.sh
不就好了
--
看了一下參數有點熟悉, 原來是在編 mplayer
--
$ cat build.sh
: ./configure \
: --disable-gtk \
: --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
: --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
: --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
: --with-wx-config-path=/usr/win32/bin \
: --with-freetype-config-path=/usr/win32/bin \
: --with-fribidi-config-path=/usr/win32/bin \
: --enable-caca --with-caca-config-path=/usr/win32/bin \
: --with-xml2-config-path=/usr/win32/bin \
: --with-dvdnav-config-path=/usr/win32/bin \
: --disable-cddax --disable-vcdx --enable-goom \
: --enable-twolame --enable-dvdread \
: --disable-mkv \
: --enable-debug
: 但是我又不想每次configure都打那麼多字
: 所以想請問是否有其他方法可以做
: 例如 把參數存到檔案裡 再用資料流導向./configure < parameter.file
: 來達到目的
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.73.170.87
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 4 之 4 篇):
Programming 近期熱門文章
PTT數位生活區 即時熱門文章