swift-server / guides

Guides for building, debugging and deploying Swift Server applications
258 stars 21 forks source link

Document static linking #47

Open ktoso opened 3 years ago

ktoso commented 3 years ago

@drexin has experience here and can turn this into a guide.

// cc @tomerd

helje5 commented 2 years ago

That would be really useful. Not just regular Swift static linking, but also how to link static system libs and such.

0xTim commented 2 years ago

We should also probably document the dependencies required on the system. For instance doing date encoding/decoding on a system that doesn't have tzdata installed causes crashes with no useful stack trace