ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

may install this module use pod ? #23

Open v1xingyue opened 5 years ago

v1xingyue commented 5 years ago

how to use pod install this module ? Or is there any project using this project.

ColdGrub1384 commented 5 years ago

There is no CocoaPods release. I don't think there is any project using this. The framework is an UI that can be embedded in other apps. But, for running commands and building your own terminal, you can use ios_system (doesn't support CocoaPods). <- This library contains the commands.

ColdGrub1384 commented 5 years ago

If you want to embed the UI of this app in another app, You can download the pre-built framework: https://github.com/ColdGrub1384/LibTerm/releases/tag/1.5. Libraries mentioned in the release notes must also be installed, then, for using it, it's in the README.md.