digego / extempore

A cyber-physical programming environment
1.4k stars 127 forks source link

reduce the installation size #271

Closed Wang-Yue closed 4 years ago

Wang-Yue commented 8 years ago

Now the demo asset christmas_carol.aif is around 100M, and that's almost half of the total. Probably you can just replace it with a smaller sample.

benswift commented 8 years ago

Yep, fair enough. I'll have a look at cutting it down.

Yue Wang notifications@github.com writes:

Now the demo asset christmas_carol.aif is around 100M, and that's almost half of the total. Probably you can just replace it with a smaller sample.


You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/digego/extempore/issues/271

benswift commented 4 years ago

since we've now got ASSETS=ON/OFF (OFF by default) as a build option in the CMake build process, each user can opt in or out of dowloading the large-ish asset file. So I think that's an acceptable compromise here, and I'll close this issue.