AllwineDesigns / stl_cmd

stl_cmd - commands for binary STL file manipulation
Other
50 stars 9 forks source link

New release on Debian? #8

Closed fi0 closed 3 years ago

fi0 commented 3 years ago

Will there be a new tagged release? or is there a easy way to install a newer version? Thank you!

jallwine commented 3 years ago

I’d like to eventually, but I’m not sure when I’ll have the time to figure out that process again. In the meantime, it should be easy to compile the latest as it has no dependencies. You can follow the instructions here: https://github.com/AllwineDesigns/stl_cmd

jallwine commented 3 years ago

Also, you don’t have to do make install. Running make will create a local bin directory and you can change your path to include that directory. That way you won’t pollute your system files that were installed with the package.

fi0 commented 3 years ago

Thank you!