Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here's info about how to compile Eazylink Client from sources for both Intel x86 and Arm platforms.The sections below describe the individual steps. For some platforms Qt5 is also necessary to be compiled from sources to achieve statically linked executable for EazyLink2.

 

...

Table of Contents

...

 

Linux, Intel 32 and 64 bit (static compilation, abandoned)

...

https://bhavyanshu.me/a-quick-guide-on-how-to-use-gnu-privacy-guard-gpg-to-generate-keys-and-distribute-them/11/27/2014/

Establish

...

Debian source code folder structure

...

The source code is checked out from the Git repository, git clone https://bitbucket.org/cambridge/eazylink2.git.

Copy the checkout folder to a new, temporary place and remove the .git repo management contents:

No Format
cp fR eazylink2 /home/xxx/temp/eazylink2-1.0.0
cd /home/xxx/temp
tar czf eazylink2_1.0.0.orig.tar.gz eazylink2-1.0.0/
rm -fR eazylink2-1.0.0/.git

Create signed source package and build .deb installer package

...