davidepatti / noxim

Network on Chip Simulator
218 stars 118 forks source link

Docker based build #144

Closed theblueskies closed 1 week ago

theblueskies commented 1 year ago

How does a Docker based build sound? It would -

  1. Make it OS agnostic as long as docker is installed. A shell script can also help install docker on the fly.
  2. Uniformity on packages used. So that any deltas in packages do not cause any unwanted side effects.
davidepatti commented 1 year ago

yes, I agree with that. A docker or even a snap package for ubuntu would help a lot. Just didn't have the time to allocate to such task. Any contribution is welcome!