Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The OpenMono software library, with APIs for interacting with Wifi display etc.

License

NotificationsYou must be signed in to change notification settings

getopenmono/mono_framework

Repository files navigation

Build StatusAppVeyor Build StatusDocker Build StatuDocumentation StatusMIT LicenseTwitter Follow

This is a framework for developingMono applications. For documentation on how to install and use this framework, see thedeveloper site. If you want to generate the documentation, seeDOXYGEN.md.

This text describes how to build the framework.

Setup

Install version 5 of theARM GCC Embedded toolchain. Then add the path to your command-line environment if needed:

  • MacOS:/usr/local/openmono/gcc-arm-none-eabi-5_2-2015q4/bin
  • MacOS: XCode. If problems, seesolution.
  • Windows:C:/openmono/gcc-arm-none-eabi-5_2-2015q4/bin

Building

Run

$ bash resources/setup_icons.sh resources/icons.mk.tmp

(If you have problems with XCode, you might need to runsudo xcode-select -s /Applications/Xcode.app/Contents/Developer.)

Run

$ make release

to compile a new version of the framework into thedist folder. The result is all header files and 4 static libraries:

  • mono_framework.a : This framework.
  • mbedlib.a : The mbed library.
  • monoCyLib.a : The Cypress hardware library.
  • CyComponentLibrary.a : Cypress dependencies.

To use these newly created files instead of the ones from theofficial release, overwrite the official file:

  • MacOS:sudo cp -r dist/mono/* /usr/local/openmono/mono/
  • Windows: Copy thedist/mono contents toc:/OpenMono/mono
  • Linux:sudo cp -r dist/mono/* /usr/lib/openmono/mono/

About

The OpenMono software library, with APIs for interacting with Wifi display etc.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp