Autor Tema: Como compilar transmission 3.00 en Linux Mint 19.3 Mate 64 bits  (Leído 891 veces)

Fl0ppy

  • Administrador
  • Usuario Héroe
  • *****
  • Mensajes: 9620
Como compilar transmission 3.00 en Linux Mint 19.3 Mate 64 bits
« en: 27 de Agosto de 2020, 03:05:21 am »
En mi caso he tenido de instalar tres aplicaciones más

Código: [Seleccionar]
sudo apt-get install libappindicator3-dev libxapp-dev libevent-dev
Código: [Seleccionar]
git clone https://github.com/transmission/transmission.git
cd transmission
git submodule update --init
./autogen.sh
mkdir build
cd build
cmake ..
make -j3

You can make the CLI editing the file CMakeCache.txt and change

Código: [Seleccionar]
ENABLE_CLI:BOOL=OFF
for

Código: [Seleccionar]
ENABLE_CLI:BOOL=ON
You can compile transmission for low end cpus if you change this data in the file CMakeCache.txt

Código: [Seleccionar]
ENABLE_LIGHTWEIGHT:BOOL=OFF
for

Código: [Seleccionar]
ENABLE_LIGHTWEIGHT:BOOL=ON

Then type make -j3 (j3 is the number of cores/cpus) and wait

Adjunto versión compilada en Linux Mint Mate x86_64 19.3
Siempre que pasa igual sucede lo mismo