Difference between revisions of "Compiling for Raspberry Pi"
(forward raspi users to linux compiling guide) |
TOC_Official (talk | contribs) m (Add language options) |
||
Line 1: | Line 1: | ||
+ | {{Languages|Compiling for Raspberry Pi}} | ||
Hi! | Hi! | ||
Revision as of 03:30, 13 August 2018
Language: | English • 中文 |
---|
Hi!
Compiling TPT on the Raspberry Pi is exactly the same process as compiling it on Linux.
So, implying you use Raspbian, which most people do, just follow Compiling TPT++ on debian/ubuntu and run scons as you would normally. The default flags might enable SSE, so disable that with --no-sse
. It's going to take forever to build, so if you have a Pi 2 then you can use -j4
to utilize the quad-core processor fully.