1.Rosetta uses SCons as a compile assistant. You will likely need to download and install this first.

download website: http://www.scons.org/download.php

install command:

$ rpm -ivh scon*.rpm

2.install rosetta

decompress packages:

tar -xvzf Rosetta[releasenumber].tar.gz

installing command:(you can choose one version from the followings)

#debug version
$./scons.py bin -j<number_of_processors_to_use>

#release version $./scons.py bin mode=release -j<number_of_processors_to_use>

#mpi version $./scons.py bin mode=release extras=mpi -j<number_of_processors_to_use>
#you can set the number of processors to compile the software

if you can't install scons(for example in server)

./external/scons-local/scons.py  -j<number_of_processors_to_use> mode=release bin

 

  

 

相关文章:

  • 2022-12-23
  • 2021-06-09
  • 2021-08-27
  • 2021-08-30
  • 2021-06-03
猜你喜欢
  • 2021-10-17
  • 2022-01-18
  • 2021-09-13
  • 2022-12-23
  • 2021-10-10
  • 2021-08-05
  • 2021-12-12
相关资源
相似解决方案