Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LAMW Manager


[![Version](https://img.shields.io/badge/Release-v0.6.10-blue)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/release_notes.md#latest) [![Build-status](https://img.shields.io/github/actions/workflow/status/dosza/LAMWManager-linux/main.yml?branch=v0.6.x)](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.10/lamw_manager_setup.sh) [![license](https://img.shields.io/github/license/dosza/LAMWManager-linux)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/LICENSE) [![Stars](https://img.shields.io/github/stars/dosza/LAMWManager-linux?style=default)](https://github.com/dosza/LAMWManager-linux/stargazers)
[![Version](https://img.shields.io/badge/Release-v0.6.11-blue)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/release_notes.md#latest) [![Build-status](https://img.shields.io/github/actions/workflow/status/dosza/LAMWManager-linux/main.yml?branch=v0.6.x)](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.11/lamw_manager_setup.sh) [![license](https://img.shields.io/github/license/dosza/LAMWManager-linux)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/LICENSE) [![Stars](https://img.shields.io/github/stars/dosza/LAMWManager-linux?style=default)](https://github.com/dosza/LAMWManager-linux/stargazers)

LAMW Manager is a command line tool,like *APT*, to automate the **installation**, **configuration** and **upgrade**<br/>the framework [LAMW - Lazarus Android Module Wizard](https://github.com/jmpessoa/lazandroidmodulewizard)

Expand Down Expand Up @@ -58,7 +58,7 @@ LAMW Manager install the following [dependencies] tools:
Getting Started!!
---
**How to use LAMW Manager:**
+ Click here to download [*LAMW Manager Setup*](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.10/lamw_manager_setup.sh)
+ Click here to download [*LAMW Manager Setup*](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.11/lamw_manager_setup.sh)
+ Go to download directory and right click *Open in Terminal*
+ Run command : *bash lamw_manager_setup.sh*ΒΉ

Expand Down Expand Up @@ -105,5 +105,5 @@ Congratulations!!
---
You are now a Lazarus for Android developer!</br>[Building Android application with **LAMW** is **RAD**!](https://drive.google.com/open?id=1CeDDpuDfRwYrKpN7VHbossH6GfZUfqjm)

For more info read [**LAMW Manager v0.6.10 Manual**](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/man.md)
For more info read [**LAMW Manager v0.6.11 Manual**](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/man.md)

4 changes: 2 additions & 2 deletions lamw_manager/assets/build-lamw-setup
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description: This script generates compiles LAMW Manager source code into an executable installer.
#Note: This script requires makeself, read more in https://makeself.io/
#-------------------------------------------------------------------------------------------------#
Expand Down
4 changes: 2 additions & 2 deletions lamw_manager/core/cross-builder/cross-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description:The "cross-builder.sh" is part of the core of LAMW Manager. This script contains crosscompile compiler generation routines for ARMv7 / AARCH64- Android
#-------------------------------------------------------------------------------------------------#

Expand Down
4 changes: 2 additions & 2 deletions lamw_manager/core/headers/.init_lamw_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description: The ".init_lamw_manager.sh" is part of the core of LAMW Manager. This script check conditions to init LAMW Manager
#-------------------------------------------------------------------------------------------------#

Expand Down
2 changes: 1 addition & 1 deletion lamw_manager/core/headers/.lamw_comple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Version: 0.6.11
#Description: This script contains routines for completing LAMW Manager arguments.
#Ref:https://www.vivaolinux.com.br/dica/Shell-script-autocompletion-Como-implementar
#-------------------------------------------------------------------------------------------------#
Expand Down
4 changes: 2 additions & 2 deletions lamw_manager/core/headers/lamw4linux_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description: The "lamw_headers" is part of the core of LAMW Manager. This script contains LAMW Manager variables.
#-------------------------------------------------------------------------------------------------#
LAMW_IDE_HOME_CFG="$LAMW_USER_HOME/.lamw4linux"
Expand Down
10 changes: 5 additions & 5 deletions lamw_manager/core/headers/lamw_headers
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description: The "lamw_headers" is part of the core of LAMW Manager. This script contains LAMW Manager variables.
#-------------------------------------------------------------------------------------------------#

#--------------------------------------------------------------------------------------------------
# Section Version Variables
#--------------------------------------------------------------------------------------------------

LAMW_INSTALL_VERSION="0.6.10"
LAMW_INSTALL_VERSION="0.6.11"
ANT_VERSION_STABLE='1.10.11'
CMD_SDK_TOOLS_VERSION="11076708"
CMD_SDK_TOOLS_VERSION_STR="12.0"
LAZARUS_STABLE_VERSION="3.6"
LAZARUS_STABLE_VERSION="3.8"
FPC_TRUNK_VERSION="3.2.2"
FPC_LAZ_DEB_VERSION="2.0.12"
FPC_DEB_VERSION="3.2.0-1"
Expand Down Expand Up @@ -51,7 +51,7 @@ OLD_LAZARUS_STABLE_VERSION=(
)

OLD_LAMW_INSTALL_VERSION=(
0.6.{9..0}
0.6.{10..0}
0.5.9{.{2..1},}
0.5.{8..0}
0.4.{8..4}
Expand Down
4 changes: 2 additions & 2 deletions lamw_manager/core/installer/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description: "installer.sh" is part of the core of LAMW Manager. Contains routines for installing LAMW development environment
#-------------------------------------------------------------------------------------------------#

Expand Down
4 changes: 2 additions & 2 deletions lamw_manager/core/settings-editor/lamw-settings-editor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (mater-alma)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description: The "lamw-manager-settings-editor.sh" is part of the core of LAMW Manager. Responsible for managing LAMW Manager / LAMW configuration files..
#-----------------------------------------------------------------------f--------------------------#

Expand Down
4 changes: 4 additions & 0 deletions lamw_manager/core/settings-editor/templates/fpc-android.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
-Fl$LLVM_ANDROID_AARCH64_LIB_PATH
-FLlibdl.so
-FD$GCC_ANDROID_AARCH64_PATH
-k-z common-page-size=16384
-k-z max-page-size=16384
#ENDIF
#IFDEF CPUI386
-Cfsse3
Expand All @@ -30,5 +32,7 @@
-FD$GCC_ANDROID_AMD64_PATH
-FLlibdl.so
-Fl$LLVM_ANDROID_AMD64_LIB_PATH
-k-z common-page-size=16384
-k-z max-page-size=16384
#ENDIF
#ENDIF
5 changes: 5 additions & 0 deletions lamw_manager/docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This page contains information about new features and bug fixes.

Latest
---
### v0.6.11 - 12 Ago, 2025 ###

**News**
+ Migrate to Lazarus 3.8
+ Add experimental suport to 16 KB pages on Android 64 bits [Read more](https://developer.android.com/guide/practices/page-sizes)

### v0.6.10 - 09 Jul, 2025 ###

Expand Down
4 changes: 2 additions & 2 deletions lamw_manager/lamw_manager
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
#Version: 0.6.10
#Date: 07/09/2025
#Version: 0.6.11
#Date: 08/12/2025
#Description: The "lamw-install.sh" is part of the core of LAMW Manager. This script configures the development environment for LAMW
#-------------------------------------------------------------------------------------------------#

Expand Down