Skip to content

Releases: thekevinday/fll

Release - 0.6.12 - Bare

01 Oct 04:03
0.6.12
f456f89
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.12 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.12.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.12").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.12.tar.gz

# Step 2:
tar -xf 0.6.12.tar.gz
cd fll-0.6.12

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.12/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.12/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.12/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.12/ to get the pre-packaged source releases.

Release - 0.6.11 - Bare

12 Aug 00:35
0.6.11
ad4d497
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.11 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.11.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.11").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.11.tar.gz

# Step 2:
tar -xf 0.6.11.tar.gz
cd fll-0.6.11

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.11/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.11/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.11/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.11/ to get the pre-packaged source releases.

Release - 0.6.10 - Bare

25 May 15:53
0.6.10
05e440a
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.10 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.10.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.10").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.10.tar.gz

# Step 2:
tar -xf 0.6.10.tar.gz
cd fll-0.6.10

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.10/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.10/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.10/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.10/ to get the pre-packaged source releases.

Release - 0.6.9 - Bare

04 Mar 02:04
0.6.9
c64c6a3
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.9 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.9.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.9").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.9.tar.gz

# Step 2:
tar -xf 0.6.9.tar.gz
cd fll-0.6.9

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.9/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.9/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.9/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.9/ to get the pre-packaged source releases.

Release - 0.6.8 - Bare

31 Dec 23:53
0.6.8
b7eaedc
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.8 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.8.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.8").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.8.tar.gz

# Step 2:
tar -xf 0.6.8.tar.gz
cd fll-0.6.8

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.8/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.8/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.8/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.8/ to get the pre-packaged source releases.

Release - 0.6.7 - Bare

07 Sep 05:14
0.6.7
e69803a
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.7 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.7.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.7").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.7.tar.gz

# Step 2:
tar -xf 0.6.7.tar.gz
cd fll-0.6.7

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.7/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.7/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.7/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.7/ to get the pre-packaged source releases.

Release - 0.6.6 - Bare

02 Jul 17:14
0.6.6
bf9e902
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.6 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.6.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.6").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.6.tar.gz

# Step 2:
tar -xf 0.6.6.tar.gz
cd fll-0.6.6

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.6/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.6/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.6/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.6/ to get the pre-packaged source releases.

Release - 0.6.5 - Bare

29 Apr 22:24
0.6.5
766aabb
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.5 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.5.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.5").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.5.tar.gz

# Step 2:
tar -xf 0.6.5.tar.gz
cd fll-0.6.5

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.5/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.5/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.5/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.5/ to get the pre-packaged source releases.

Release - 0.6.4 - Bare

17 Mar 00:44
0.6.4
1315041
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.4 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.4.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.4").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.4.tar.gz

# Step 2:
tar -xf 0.6.4.tar.gz
cd fll-0.6.4

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.4/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.4/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.4/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.4/ to get the pre-packaged source releases.

Release - 0.6.3 - Bare

15 Jan 01:16
0.6.3
122123c
Compare
Choose a tag to compare

This is a "bare" release for a 0.6.3 stable release in which the projects remain unpackaged.

In order to utilize the bare release, the files must be packaged.
The easiest way to do this is to:

  1. Download the bare release (the bare release is called "0.6.3.tar.gz").
  2. Extract the FLL source code and change to the extracted directory (the bare release extracts as "fll-0.6.3").
  3. Create a sub-directory "fll" in the source directory, this will be called the "working directory".
  4. Generate the monolithic FLL package using the package script.
  5. Generate the program packages using the package script.
  6. Using the example bootstrap script, compile and install the FLL project into the working directory.
  7. Change to each desired program then build and install to the working directory.
  8. Test out the programs (using LD_LIBRARY_PATH for shared libraries) or just copy the files to the appropriate program and library paths to use.

Example

# Step 1:
wget https://github.com/thekevinday/fll/archive/refs/tags/0.6.3.tar.gz

# Step 2:
tar -xf 0.6.3.tar.gz
cd fll-0.6.3

# Step 3:
mkdir fll

# Step 4:
bash build/scripts/package.sh -m build

# Step 5:
bash build/scripts/package.sh -p build

# Step 6:
bash build/scripts/bootstrap-example.sh monolithic

# Step 7:
cd package/program/fake-0.6.3/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../byte_dump-0.6.3/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

cd ../controller-0.6.3/
./bootstrap.sh -w ../../../fll/ build
./install.sh -w ../../../fll/

# Step 8:
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/byte_dump bootstrap.sh -wtl 16 200
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/fake clean build -w ../../../fll/
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i -Sv htop
LD_LIBRARY_PATH=../../../fll/libraries/shared/ ../../../fll/programs/shared/controller -s data/settings/example/ -i htop

Visit https://sourceforge.net/projects/fll/files/FLL-0.6/0.6.3/ to get the pre-packaged source releases.