Skip to content

Instantly share code, notes, and snippets.

@sonulohani
Last active April 21, 2021 06:03
Show Gist options
  • Save sonulohani/afa71e56c1531dcc4d52dbb4ddc436ac to your computer and use it in GitHub Desktop.
Save sonulohani/afa71e56c1531dcc4d52dbb4ddc436ac to your computer and use it in GitHub Desktop.
Ubuntu source built packages(needs after every full-upgrade)

CMake

sudo apt-get build-dep cmake-qt-gui
./configure --qt-gui

libmypaint

./autogen.sh    # Only needed when building from git.
./configure
sudo make install
sudo ldconfig

MyPaint

git clone https://github.com/mypaint/mypaint.git
cd mypaint
python setup.py demo
sudo python setup.py managed_install

ninja

qt-creator

flameshot

neovim

nnn

the_silver_searcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment