Skip to content

Commit

Permalink
Fix README encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
lhsazevedo committed May 29, 2024
1 parent e129943 commit 924e079
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ Contributions to this project are encouraged and welcomed! Your expertise in cod
## Project Setup
1. Ensure your SDK is organized as follows.
```
„¥„Ÿ„Ÿ bin (From disc Vol.1 dc_sdk/bin)
„  „¥„Ÿ„Ÿ binadj.exe
„  „¤„Ÿ„Ÿ ...
„¥„Ÿ„Ÿ shc (From disc Vol.2)
„  „¥„Ÿ„Ÿ bin
„  „¥„Ÿ„Ÿ include
„  „¤„Ÿ„Ÿ lib
„¤„Ÿ„Ÿ shinobi (From disc Vol.2)
„¥„Ÿ„Ÿ driver
„¥„Ÿ„Ÿ include
„¥„Ÿ„Ÿ lib
„¤„Ÿ„Ÿ sample
├── bin (From disc Vol.1 dc_sdk/bin)
├── binadj.exe
└── ...
├── shc (From disc Vol.2)
├── bin
├── include
└── lib
└── shinobi (From disc Vol.2)
├── driver
├── include
├── lib
└── sample
```

2. The Hitachi compiler suite expects some environments variables to be set. Create a copy of `set_kt.example.sh` named `set_kt.sh` and update the `DK_SDK` environment variable with your SDK location.
Expand Down

0 comments on commit 924e079

Please sign in to comment.