Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Compiling from source

Intel_C_Intel
Employee
451 Views
What are the benefits of compiling your own software vis a vis using pre-compiled programs from a distribution?
0 Kudos
1 Reply
Intel_C_Intel
Employee
451 Views
The main reasons are that it can allow you to optimize and customize your programs.

Most distributions are geared toward a broad range of computing hardware, which means that their pre-compiled programs cannot be optimized.

When you use a pre-compiled program, somebody else decided for you which features are enabled and disabled and how the program behaves in general. Compiling the software yourself allows you to configure it your own way, ensuring that they have a custom fit for you.
0 Kudos
Reply