Libbum / Wafer

Parallelized 3D FDTD Schrödinger Equation Solver
MIT License
21 stars 2 forks source link

Installer #28

Closed Libbum closed 7 years ago

Libbum commented 7 years ago

Figure out the best method of writing an installer.

cargo install just compiles and puts the binary in ~/.cargo/bin.

The parallel PKGBUILD from the Aur looks useful. But for other systems, I don't know...

Libbum commented 7 years ago

Alacritty has an Aur package too, also uses a Makefile, but that looks like it's building a dmg for macs. Then there's also manual copy pasta command:

If all goes well, this should place a binary at target/release/alacritty

So it seems there's no right way to do it.

Libbum commented 7 years ago

OK. So nothing like what I'm after exists. It's a make your own deployment system it seems. long discussion here

maybe a lazy makefile

Libbum commented 7 years ago

This one from cicada is nice.