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

feat: use cmake#2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zshipko merged 18 commits intomainfromuse-cmake
Sep 27, 2023
Merged
Changes from1 commit
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
doc: update readme
  • Loading branch information
zach committedSep 27, 2023
commit8aa2aa2bc76bbebb399345daac84e21a22c05d8f
30 changes: 29 additions & 1 deletionREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,11 +2,39 @@

C++ Host SDK for Extism

## Dependencies

- C++ compiler
- [libextism](https://extism.org/docs/install)
- cmake
- Debian: `sudo apt install cmake`
- macOS: `brew install cmake`
- jsoncpp
- Debian: `sudo apt install libjsoncpp-dev`
- macOS: `brew install jsoncpp`

## Building

```shell
$ mkdir build
$ cd build
$ cmake ..
$ make
```

## Testing

Torun thetest suite:
After building,run thefollowing from the build directory:

```shell
$ make test
```

## Installation

After building, run the following from the build directory:

```shell
$ sudo make install
```


[8]ページ先頭

©2009-2025 Movatter.jp