Build Instructions? #93
Replies: 3 comments 1 reply
-
Sry for just seeing this now Building the project itself is quite simple, you just need to clone the whole project and install it, then run
As for Coffee-AHK itself, this documentation may be helpful: |
Beta Was this translation helpful? Give feedback.
-
@phonowell Yeah i think this was the problem i faced. I have Gdip and i was looking for the character data but it looks like you dont share those. Would you mind sharing them so that I can learn more about your coffee2ahk and also learn to add features for myself? I would be happy to share my code back to you in the event you wanted it. |
Beta Was this translation helpful? Give feedback.
-
@HotdogMassacre I found out that the missing dependencies existed at some point on the previous commit. The character data removed on v0.0.31 (6ec7998) and .ahk libraries removed on v0.0.32 (353056f). You can checkout one commit before each of those commits and then copy the files to the appropriate path. But of course, those files might not be the latest used to build the released executables on the release page. @phonowell Will you upload the character data & the third parties libraries as a separate project in the future? Or is there another way we can get those files? |
Beta Was this translation helpful? Give feedback.
-
Hi there, I am trying to get my own build of this so I can add some features. I am familiar with AHK but have never used NPM / Coffee-AHK sadly. So currently I am having a slight bit of trouble getting the import transpile thing to go through. Do you have any documentation on how to build the app so we can try to help add code fixes for you? I know you are likely quite busy.
Thank you @phonowell
Beta Was this translation helpful? Give feedback.
All reactions