# SmartScopeApp **Repository Path**: surely66/SmartScopeApp ## Basic Information - **Project Name**: SmartScopeApp - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-05 - **Last Updated**: 2025-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Building To build, run ``` ./script/rebuild.sh -o Linux -c None -clean ``` Then run ``` mono ./dist/package/Linux/SmartScope/opt/smartscope/SmartScope.exe ``` It may very well be so that the build fails the first time. Just try a second time. The build system isn't super robust. Later on, after changing the code, you can build a bit faster with ``` ./script/rebuild.sh -o Linux -c None -noregen -nonuget ``` For more info, run ``` ./script/rebuild.sh ``` Which will print out the usage info # Developing To get Visual Studio / monodevelop project, run ``` ./script/rebuild.sh -o Linux -c None -nobuild ``` Then open `SmartScope.Linux.csproj`