# intes **Repository Path**: jieliu2000/intes ## Basic Information - **Project Name**: intes - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-23 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intes: An open source UI testing application with Rust and FLTK ## Run ```shell cargo run ``` ## Build ```shell cargo build --release ``` ## VC Runtime On windows you need to install the VC runtime. Download from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 To install the runtime, run the following command: ```shell VC_redist.x64.exe /install /passive /norestart ```