A simple unit converter written in Visual Basic. This app has a pretty self-explanatory GUI. Additionally, this app has a portable version that doesn't need to be installed alongside the ordinary installable version. You can get the source code from the branch dotnet2.0
, which implements all features but uses .NET 2.0 to build and run, which allows it to run on Windows 9x and 2000.
- Windows XP or later
- Download the installer or build it (see next section)
- Run the installer, and select whether you want to install it to your system's Program Files or just for your user.
- Install a version of Microsoft Visual Studio that supports .NET 4.0.
- Open up the solution within src\MultiUnit. Select the
Release
configuration. From the menu bar, hit Build > Build MultiUnit. - Now, install Inno Setup if you haven't. Then, compile the installer from the installer folder.
On macOS, you can use the free tier of JetBrains Rider. You also need Mono.framework somewhere in your /Library/Frameworks folder. You can use Inno Setup running in Wine to package the installer.
On Linux, you'll have to use Mono + MSBuild. You can use Inno Setup running in Wine the same way as you can in macOS.
This project is licensed under GPLv3. This applies to all versions, present, past, and future. Please see the LICENSE file for full details.