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 openssl-1.0.2l2m.tar
cd openssl-1.0.2l2m
./Configure darwin64-x86_64-cc shared --prefix=$TRINITY
make -j 4
make install
cd ..

...

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

...