Skip to main content

run

Function run 

Source
pub fn run(args: SetupArgs) -> Result<()>
Expand description

Build thirdparty dependencies that must exist before cargo build.

When no target flags are supplied the default is --all, which builds for every known target (native host + Kobo ARM).

ยงErrors

Returns an error if:

  • Git submodules cannot be initialised.
  • TCL is not installed (required for SQLite amalgamation generation).
  • The SQLite build fails.