mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
* Add How-To guide for integrating external libraries * Fix formatting * Call out "ready to be included!" and fix links * Remove dead paragraph * Fix spelling and misc * Add common considerations for choosing approach * Add section breaks * Fix spelling * Links and such * Fix spelling * Add round of review feedback * Spelling * Add review changes * Remove How-To prefix
46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
---
|
||
hide:
|
||
- toc
|
||
---
|
||
|
||
# How-To
|
||
|
||
How-To guides offer step-by-step instructions for specific development tasks in F Prime.
|
||
|
||
|
||
<div class="grid cards" markdown>
|
||
|
||
- <span class="card-title">__F´ GDS Plugin Development__</span>
|
||
|
||
---
|
||
|
||
This guide will walk you through the process of developing GDS plugins.
|
||
|
||
[View Develop F´ GDS Plugins](develop-gds-plugins.md){ .md-button .md-button--primary }
|
||
|
||
- <span class="card-title">__F´ Library Development__</span>
|
||
|
||
---
|
||
|
||
This how to will walk you through the structure and best practices in developing an F´ library.
|
||
|
||
[View Develop F´ Libraries](develop-fprime-libraries.md){ .md-button .md-button--primary }
|
||
|
||
- <span class="card-title">__Integrating Third-Party Libraries__</span>
|
||
|
||
---
|
||
|
||
This how to will walk you through how to integrate non-F´ libraries into your F´ project. It
|
||
will cover multiple approaches based on examples with [OpenCV](https://github.com/opencv/opencv), [OpenSSL](https://github.com/openssl/openssl) and [ETL](https://github.com/etlcpp/etl).
|
||
|
||
[View Integrating Third-Party Libraries](integrate-external-libraries.md){ .md-button .md-button--primary }
|
||
|
||
- <span class="card-title">__Porting F´ To a New Platform__</span>
|
||
|
||
---
|
||
|
||
This how to will walk you through porting F´ to a new platform.
|
||
|
||
[View Porting Guide](porting-guide.md){ .md-button .md-button--primary }
|
||
|
||
</div> |