xluci2
DEPRECATED. xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE
File Explorer
Download Latest Version (.zip)- sqm.zh-cn.json
- network.sqm.htm
- network.sqm.js
- luci2-sqm
- sqm.json
- sqm.json
- Makefile
- demo1.png
- demo2.png
- demo3.png
- demo4.png
- demo5.png
- demo6.png
- demo7.png
- demo8.png
- demo9.png
- demo_zh1.png
- demo_zh2.png
- demo_zh3.png
- demo_zh4.png
- demo_zh5.png
- demo_zh6.png
- demo_zh7.png
- demo_zh8.png
- luci2.config
- luci2.default
- oui.lua
- oui.txt
- bootstrap-datetimepicker.min.css
- bootstrap.min.css
- luci2.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- base.zh-cn.json
- add.gif
- apply.gif
- arrow.gif
- down.gif
- download.gif
- edit.gif
- fieldadd.gif
- file.gif
- find.gif
- folder.gif
- help.gif
- key.gif
- link.gif
- reload.gif
- remove.gif
- reset.gif
- save.gif
- up.gif
- user.gif
- apple.png
- huawei.png
- oppo.png
- samsung.png
- xiaomi.png
- bridge.png
- bridge_disabled.png
- encryption.png
- encryption_disabled.png
- ethernet.png
- ethernet_disabled.png
- loading.gif
- port_down.png
- port_up.png
- progress.gif
- signal-0-25.png
- signal-0.png
- signal-25-50.png
- signal-50-75.png
- signal-75-100.png
- signal-none.png
- switch.png
- switch_disabled.png
- tunnel.png
- tunnel_disabled.png
- vlan.png
- vlan_disabled.png
- wifi.png
- wifi_big.png
- wifi_big_disabled.png
- wifi_disabled.png
- 6in4.js
- 6rd.js
- 6to4.js
- dhcp.js
- dhcpv6.js
- dslite.js
- none.js
- pppoe.js
- static.js
- network.dhcp.htm
- network.diagnostics.htm
- network.firewall.htm
- network.hosts.htm
- network.interfaces.htm
- network.routes.htm
- network.switch.htm
- network.wireless.htm
- status.dmesg.htm
- status.overview.htm
- status.processes.htm
- status.routes.htm
- status.syslog.htm
- system.admin.htm
- system.cron.htm
- system.leds.htm
- system.logout.htm
- system.reboot.htm
- system.software.htm
- system.startup.htm
- system.system.htm
- system.upgrade.htm
- system.users.htm
- network.dhcp.js
- network.diagnostics.js
- network.firewall.js
- network.hosts.js
- network.interfaces.js
- network.routes.js
- network.switch.js
- network.wireless.js
- status.dmesg.js
- status.overview.js
- status.processes.js
- status.routes.js
- status.syslog.js
- system.admin.js
- system.cron.js
- system.leds.js
- system.logout.js
- system.reboot.js
- system.software.js
- system.startup.js
- system.system.js
- system.upgrade.js
- system.users.js
- bootstrap-datetimepicker.min.js
- bootstrap-datetimepicker.zh-cn.js
- bootstrap.min.js
- cbi.js
- file.js
- firewall.js
- html5shiv.min.js
- jquery-1.12.4.min.js
- jquery.peity.min.js
- luci2.js
- network.js
- placeholders.jquery.min.js
- respond.min.js
- rpc.js
- session.js
- system.js
- uci.js
- ui.js
- wireless.js
- zoneinfo.json
- luci2.html
- luci2.json
- network.json
- status.json
- system.json
- oui.json.tar.gz
- CMakeLists.txt
- main.c
- multipart_parser.c
- multipart_parser.h
- bwmon.c
- CMakeLists.txt
- luci2.c
- CMakeLists.txt
- Makefile
- default.htm
- luci2-theme-default
- Makefile
- sidenav.zh-cn.json
- sidenav.css
- sidenav.htm
- sidenav.js
- luci2-theme-sidenav
- Makefile
- contributing.md
- contributors.md
- LICENSE
- luci2.mk
- README.md
- README_ZH.md
# Installation Guide
git clone https://github.com/zhaojh329/xluci2
Downloads the entire project code from GitHub to your computer.
cd xluci2
Moves into the project folder you just downloaded.
2. CMake
Medium Recommendedcd luci2-base/src
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
3. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make menuconfig
Compiles the code based on the generated build configuration to produce an executable.
make V=s
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
