Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Bloque de código
tar xvf readline-67.30.tar
cd readline-67.30
./configure --prefix=$TRINITY
make -j 4
make install
cd ..

...

Bloque de código
tar xvf cmake-3.78.20.tar
cd cmake-3.78.20
./bootstrap --prefix=$TRINITY
make -j 4
make install
cd ..

...

Bloque de código
tar xvf boost_1_6364_0.tar
cd boost_1_6364_0
./bootstrap.sh --with-libraries=system,thread,program_options,filesystem,iostreams --prefix=$TRINITY
./b2 -j 4
./b2 install
cd ..

...