Tim

Results 142 comments of Tim

I'll help if I can, Step one is obtaining your (original app author) approval. Step two is having you (someone familiar with the app) give the Inclusion Policy a quick...

From the link in the first post; > Submit Applications > > If you see an application missing from the repository (after reading the [inclusion policy](https://f-droid.org/docs/Inclusion_Policy) ...

https://gitlab.com/fdroid/rfp/-/issues/2629

Mechanical things are often of the cheap breaky flavor, so one might consider minimal io an advantage. You could buy a USB DAC for that if using headphones.

NixOS is not using the tup build system.

EG: ``` apt install python3-full mkdir tribler_env python3 -m venv tribler_env ./tribler_env/bin/pip3 install --upgrade -r tribler/requirements.txt ``` Only that errors with ``` ERROR: Could not find a version that satisfies...

Getting libtorrent from github: ``` apt install libboost-tools-dev libboost-dev libboost-system-dev wget "https://github.com/arvidn/libtorrent/releases/download/v1.2.19/libtorrent-rasterbar-1.2.19.tar.gz" tar -xf libtorrent-rasterbar-1.2.19.tar.gz cd libtorrent-rasterbar-1.2.19 echo "using gcc ;" >>~/user-config.jam ln -s /usr/lib/x86_64-linux-gnu/libboost_python311.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_python311.so ../tribler_env/bin/python3 setup.py build ```...

After adding async_timeout to requirements-core.txt that worked.

https://github.com/Tribler/tribler/pull/7813