diff --git a/README.md b/README.md index ae89b2a..4415ccc 100644 --- a/README.md +++ b/README.md @@ -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.