jhbuild安裝筆記

一、閱讀python-gtk-3-tutorial第一節

https://python-gtk-3-tutorial.readthedocs.org/en/latest/install.html#id2
其中
Once you have installed JHBuild successfully, download the latest configuration from [1]. Copy files with the suffix .modules to JHBuild’s module directory and the file sample-tarball.jhbuildrc to ~/.jhbuildrc.
1、以上這一句中的“ Copy files with the suffix .modules to JHBuild’s module directory”是把下載的以。modules結尾的文件發在jhbuild文件夾中的modulesets子文件夾中
2、“sample-tarball.jhbuildrc to ~/.jhbuildrc”把sample-tarball.jhbuildrc複製到用戶的家目錄中並命名爲“.jhbuildrc”。但是我在後面的執行步驟中提示:把~/.jhbuildrc 移到 ~/.config/jhbuildrc 。

二、安裝jhbuild

閱讀:https://developer.gnome.org/jhbuild/unstable/getting-started.html.en

三、配置jhbuild

閱讀:https://developer.gnome.org/jhbuild/stable/config-reference.html.en#config-reference-variables

四、安裝jbuild在ubuntu中所有的依賴支持

閱讀:https://wiki.gnome.org/JhbuildDependencies/Ubuntu
安裝所有依賴:
sudo apt-get install autoconf automake autopoint bison cmake cvs docbook-xsl flex gperf guile-1.8-dev libacl1-dev libasound2-dev libatasmart-dev libboost-signals-dev libcups2-dev libdb-dev libffi-dev libfreetype6-dev libgdbm-dev libglu1-mesa-dev libgudev-1.0-dev libicu-dev libiw-dev libldap2-dev libncurses-dev libneon27-dev libnspr4-dev libnss3-dev libpam0g-dev libpng-dev libpulse-dev librsvg2-dev libsasl2-dev libselinux1-dev libtiff-dev libtool libudev-dev libusb-1.0-0-dev libusb-dev libvorbis-dev libx11-dev libxcb-util0-dev libxext-dev libxi-dev libxml-simple-perl libxrandr-dev libxrender-dev libxt-dev libxv-dev ppp-dev python2.7-dev subversion texinfo uuid-dev zlib1g-dev libmpfr-dev libgconf2.0-cil-dev libxtst-dev libx11-xcb-dev libexiv2-dev libexif-dev libcurl4-gnutls-dev libmozjs185-dev intltool libtasn1-3-bin libxkbfile-dev libxft-dev python-dev valac libxcomposite-dev

其它linux版本的依賴支持:https://wiki.gnome.org/JhbuildDependencies

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章