import React from 'react'; import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; export default function TabsInstaller() { return ( //@formatter:off Wails requires that the xcode command line tools are installed. This can be done by running:
xcode-select --install
Wails requires that the WebView2{" "} runtime is installed. Some Windows installations will already have this installed. You can check using the{" "} wails doctor command (see below). Linux required the standard gcc build tools plus libgtk3 and libwebkit. Rather than list a ton of commands for different distros, Wails can try to determine what the installation commands are for your specific distribution. Run wails doctor after installation to be shown how to install the dependencies. If your distro/package manager is not supported, please consult the Add Linux Distro guide.
//@formatter:off ) }