How To Install Builder-c++ On Debian, Ubuntu, Kali And Raspbian?
Install builder-c++
-
Debian
apt-get install pentium-builderClick to copy -
Ubuntu
apt-get install pentium-builderClick to copy -
Kali Linux
apt-get install pentium-builderClick to copy -
Raspbian
apt-get install pentium-builderClick to copy
pentium-builder
force pentium optimized compilationReplaces gcc, cc, and g++ with scripts that build pentium optimized code. (Other processors can be optimized for as well.) By default, after installing this package, the compilers will behave normally. However, if the environment variable DEBIAN_BUILDARCH=pentium is set, they will enter pentium optimized compile mode.
Install the latest version of builder-c++ in Debian, Ubuntu, Kali and Raspbian from terminal. To install the builder-c++ just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of builder-c++ from the respository and install it in your computer/server.




