Skip to content

Commit c22cc18

Browse files
committed
added personal note about AI assistance
1 parent 7b44269 commit c22cc18

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/standalone/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ If the core library was built with serialization support (either JSON, SQLite3,
2323

2424
If you need debug symbols, add the following option to your cmake command: `-DCMAKE_BUILD_TYPE=Debug`. If you've already built it using debug symbols in the past and want to switch back to a release build, use this cmake option instead: `-DCMAKE_BUILD_TYPE=Release`.
2525

26-
If you need to install relative to a custom path, add this to your cmake command: `-DCMAKE_INSTALL_PREFIX:PATH=/your/custom/prefix`.
26+
If you need to install relative to a custom path, add this to your cmake command: `-DCMAKE_INSTALL_PREFIX:PATH=/your/custom/prefix`.
27+
28+
## Personal Note
29+
30+
I spent years, on and off, developing `trogdor-pp` by hand. 7b442698efd8e3c9a9d74c0e7832c1126366237e is the first commit in which I used Claude to assist. The commit wasn't much (just a fix to the build), but because until now, all of the code in this massive project was written by hand, I wanted to record the moment for posterity.

0 commit comments

Comments
 (0)