Skip to content

life888888/AsciidocFX_Linux_INSTALLER_BUILD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsciidocFX_Linux_INSTALLER_BUILD

This is a AsciidocFX Linux Installer Build script. Just to repack AsciidocFX Linux to Linux Native Installer File (.deb or .rpm).

I try to solve some issue here Only for Linux, because Windows and MacOS have its native installer.

I am not change any source code or re-compile. I just use jpackage to repack it.

JRE is come from origin AsciidocFX_Linux.tar.gz.

1. Download

Now you can install .deb or .rpm file in your way.

After install, you can click .adoc file and open it.

2. Build

You can build .rpm only on the Rpm based system (Oracle Linux).

You can build .deb only on the Deb based system (Ubuntu).

2.1. Pre-requirement

JDK 19

Temurin 19.0.1 or Other JDK 19

Oracle Linux

RPM Development Tools

sudo yum update

sudo yum groupinstall 'RPM Development Tools'

2.2. Download Source

Download the source code

2.3. Build

Unzip main.zip

cd main/AsciidocFX_Linux_INSTALLER_BUILD

./build.sh

cd releases

You can find asciidocfx_1.8.2_amd64.deb or asciidocfx-1.8.2-1.x86_64.rpm.

2.4. Clean

You can delete these folders. If You finish your build.

  • build

  • local-cache

  • releases

3. License

MIT License. - Copyright (c) 2022 life888888

3.1. Third party license

Original AsciidocFX - asciidocfx/AsciidocFX is licensed under the Apache License 2.0

About

Use JPackage repack AsciidocFX Linux package to rpm and deb

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages