mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -3,6 +3,7 @@ title: "Deploying Binaries to other Linux Distros using Appimage"
|
|||
date: 2020-10-19T21:53:52-04:00
|
||||
draft: false
|
||||
tags: ["Packaging", "Linux"]
|
||||
medium_enabled: true
|
||||
---
|
||||
|
||||
One way to distribute to different Linux distributions is to compile the source under each of them and distribute it separately. This can be a pain to manage if you target multiple distributions and multiple versions of those distributions. Instead, let's take a look at AppImage. This allows us to package up our binaries and shared libraries under one file which we can distribute.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue