Skip to content

Commit

Permalink
update GDSLOGGER and enhanced watch char config
Browse files Browse the repository at this point in the history
  • Loading branch information
iondev33 committed Apr 5, 2024
1 parent 3c46cdc commit ba404f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gh-pages/docs/ION-Watch-Characters.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ static void ionRedirectWatchCharacters()
2. Then use the following compiler flag to build ION:
```bash
./configure CFLAGS="-DGDSWATCHER -I/<path to the folder holding the gdswatcher.c file>"
./configure --enable-ewchar CFLAGS="-DGDSWATCHER -I/<path to the folder holding the gdswatcher.c file>"
```

3. You can also include the GDSLOGGER program, then
```bash
./configure --enable-ewchar CFLAGS="-DGDSWATCHER -DGDSLOGGER -I/<path to the folder holding the gdswatcher.c file>"
```

## Bundle Protocol Watch Character
Expand Down

0 comments on commit ba404f3

Please sign in to comment.