https://github.com/tony-go/native-research
Research work for native framework
https://github.com/tony-go/native-research
Last synced: 3 months ago
JSON representation
Research work for native framework
- Host: GitHub
- URL: https://github.com/tony-go/native-research
- Owner: tony-go
- Created: 2024-04-26T20:38:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T06:37:30.000Z (about 1 year ago)
- Last Synced: 2025-02-04T16:17:12.039Z (5 months ago)
- Language: CMake
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Native research
## Prerequisites
Before building and running the project, you need to have the following installed on your system:
- CMake (version 3.26 or higher)
- Ninja build system
- Swift 5.9 or higher## Build
```bash
make
```## Usage
```bash
make open
```