Files
book/src/ch01-01-installation.md
Ralf Zerres a96bb05eac initial source markdown files
* SUMMARY.md: The book structure
* title-page.md
* forword.md
* ch00-*: Introduction
* ch01-*: Getting started
* ch02-*: OrbTK examples
* appendix-*: Appendix and external references
* img/ferries: referenced rust svg images

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-10-04 22:38:13 +02:00

1.2 KiB
Raw Blame History

Installation

The first step is to install Rust. This is described in depth following Rust book Chapter 1

When creating a OrbTK application, we define the needed dependencies to the OrbTK crates in the Cargo.toml file of our project. The complile process will resolve the references and download the source as needed.

Command Line Notation

In this chapter and throughout the book, well show some commands used in the terminal. Lines that you should enter in a terminal all start with $. You dont need to type in the $ character; it indicates the start of each command. Lines that dont start with $ typically show the output of the previous command. Additionally, PowerShell-specific examples will use > rather than $.

Troubleshooting

WIP: list the most common culprit and provide some basic solutions

Local Documentation

OrbTK offers the option to install its documentation locally, so you can read it offline.

Any time a type, a function, a method or a crate is reference by the toolkit and youre not sure what it does or how to use it, have a look at its application programming interface (API) documentation to find out!