Skip to content

Commit

Permalink
Update documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
byzin committed Sep 11, 2023
1 parent 9c3e252 commit 2988be7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
!/install/run.ps1
!/install/run.py
!/install/fps.txt
!/pdf/
!/pdf/*.pdf

# Build directories
!/build/
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -DZ_CLANG_USES_LLVM_TOOLS=

## ビルド実行

### Windows

```
cmake --build . --config Release --parallel -- -noLogo -v:minimal -clp:Summary
```

### Ubuntu

```
cmake --build . --config Release --parallel
```
Expand All @@ -69,3 +77,5 @@ cmake --build . --config Release --parallel
```
ctest -C Release -V -R Nanairo-single-vulkan
```

画像は test ディレクトリに出力されます。
Binary file added pdf/nanairo.pdf
Binary file not shown.
Binary file added pdf/seminor.pdf
Binary file not shown.

0 comments on commit 2988be7

Please sign in to comment.