-
-
Save DavidBruant/7037e5affa0a7adcea1be8177f687563 to your computer and use it in GitHub Desktop.
Installing gnome-calculator from source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git://git.gnome.org/gnome-calculator | |
cd gnome-calculator/ | |
sudo apt-get install automake | |
sudo apt-get install intltool | |
2019 sudo apt-get install autopoint | |
2021 sudo apt-get install libtool | |
2023 sudo apt-get install mpfr | |
2025 sudo apt-get install libmpfr4-dev | |
2026 sudo apt-get install libmpfr-dev | |
2028 sudo apt-get install libmpc-dev | |
2030 sudo apt-get install libgtk2.0-dev | |
2032 sudo apt-get install libgtk-3-dev | |
2035 sudo apt-get install libgtksourceview-3.0-dev | |
2037 sudo apt-get install libsoup2.4-dev | |
2053 sudo apt-get install yelp-tools yelp-xsl | |
2056 sudo apt-get install valac | |
2058 sudo apt-get install libappstream-glib-dev | |
2060 sudo apt-get install appstream-util | |
2061 ./autogen.sh | |
2062 ./configure --prefix=/usr --disable-static && make | |
sudo make install | |
# http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-calculator.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment