Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 2.28 KB

classic-install.md

File metadata and controls

45 lines (43 loc) · 2.28 KB

Install From Sources code.

This page contains a tutorial to Install LAMW Manager

Basic Tutorial

Getting from sources:

  1. Clone this repository with command:
    	git clone https://github.com/dosza/LAMWManager-linux.git
    Or Download
    	https://github.com/dosza/LAMWManager-linux/archive/master.zip and unzip.
  2. Go to lamw_manager folder
  3. Open a terminal and run
    	./lamw_manager

Example of installation from sources:

New: install LAMW in custom directory1

env LOCAL_ROOT_LAMW=/opt/LAMW ./lamw_manager
To install LAMW and dependencies:2
	./lamw_manager
strong>Install LAMW and dependencies with minimal crosscompile to Android
	./lamw_manager              --minimal
Reinstall (forced) LAMW and dependencies without reset
	./lamw_manager              --reinstall
To install LAMW and dependencies and Run Android SDK Manager3
	./lamw_manager              --sdkmanager	[ARGS]
To clean and reinstall LAMW
	./lamw_manager               --reset
To just upgrade LAMW framework (with the latest version available in git)
	./lamw_manager                --update_lamw
Install with proxy:
	./lamw_manager               --use-proxy	--server 10.0.16.1	--port	3128
To 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
  1. This is necessary in first install and only works on new fresh installation!
  2. If it is already installed, just upgrade LAMW framework
  3. If it is already installed, just run the Android SDK Tools