Posts with "ubuntu" Tag
Building PyBullet
by danaukes
sudo apt install cmake-curses-gui
cd ~/Downloads
git clone https://github.com/bulletphysics/bullet3.git
cd bullet3
ccmake .
then configure, generate
make
then wait for ...
Compiling Ardour
by danaukes
Intro
The steps for building ardour are not complete on their website. Here are ...
Disabling Printer Scanning
by danaukes
derived from ...
fixing file transfer bug in nautilus
by danaukes
Issue: Nautilus hangs when I try to copy large files to a NAS.
```bash sudo echo $((1610241024)) ...
Install Google Fonts
by danaukes
The advice on whether to install these fonts is a bit outdated as many of ...
getting pyBullet working in Anaconda
by danaukes
search keywords:
- python
- anaconda
- conda
- pybullet
- Mesa
- OpenGL
- radeonsi
- swrast
Trying to run a pyBullet script, ...