This page contains a tutorial to Install LAMW Manager
Getting from sources:
- Clone this repository with command:
git clone https://github.com/dosza/LAMWManager-linux.git
Or Downloadhttps://github.com/dosza/LAMWManager-linux/archive/master.zip and unzip.
- Go to lamw_manager folder
- Open a terminal and run
./lamw_manager
New: install LAMW in custom directory1
env LOCAL_ROOT_LAMW=/opt/LAMW ./lamw_managerTo install LAMW and dependencies:2
./lamw_managerstrong>Install LAMW and dependencies with minimal crosscompile to Android
./lamw_manager --minimalReinstall (forced) LAMW and dependencies without reset
./lamw_manager --reinstallTo install LAMW and dependencies and Run Android SDK Manager3
./lamw_manager --sdkmanager [ARGS]To clean and reinstall LAMW
./lamw_manager --resetTo just upgrade LAMW framework (with the latest version available in git)
./lamw_manager --update_lamwInstall with proxy:
./lamw_manager --use-proxy --server 10.0.16.1 --port 3128To just upgrade LAMW framework with proxy (with the latest version available in git)
./lamw_manager --update-lamw --use-proxy --server 10.0.16.1 --port 3128
- This is necessary in first install and only works on new fresh installation!
- If it is already installed, just upgrade LAMW framework
- If it is already installed, just run the Android SDK Tools