AtomicFrontierCode / keyboards

Simulated annealing code for video
MIT License
274 stars 32 forks source link

added links to dependencies, more detailed instructions #13

Open bakisama opened 7 months ago

bakisama commented 7 months ago

I couldn't run the application with the LTS version of Julia and discovered that this project used julia_version = 1.10.0-rc1 which wasn't mentioned in the readme

rm-steele commented 7 months ago

Can confirm, doesn't work with Julia version 1.6.7, at least portable. Works fine on installed version 1.9.4. I will note, Julia won't find the file on Windows if you use single quotes (as written in readme.txt) instead of double quotes.