RUST 01: Getting Started and Installing RUST
We'll install the RUST programming language on Linux, Windows and the Mac here are create our first RUST programming project.
RUST is a relatively new programming language (first appeared in 2015) that claims to be highly memory, storage and performance efficient, but we'll take a look if that is really true in this series of videos. It doesn't matter though, we'll learn how to program using the RUST programming language!
RUST 02 (Next): Installing on Windows without Visual Studio: https://youtu.be/pdqPNTL6uDk
Install Commands
-----------------------------
Linux (Debian/Ubuntu/Mint) install commands from Terminal:
- sudo apt update
- sudo apt upgrade
- sudo apt install build-essential
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Close terminal and re-open to get the correct environment variable settings
- Visual Studio Code Download link: https://code.visualstudio.com/download
Linux (Red Hat/CentOS/Fedora) install commands from Terminal:
- sudo dnf update
- sudo dnf groupinstall "Development Tools" -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Close terminal and re-open to get the correct environment variable settings
- Visual Studio Code Download link: https://code.visualstudio.com/download
Apple Mac OS install commands from Terminal:
Note: Make sure you have XCode installed first
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Close terminal and re-open to get the correct environment variable settings
- Visual Studio Code Download link: https://code.visualstudio.com/download
Windows
- Visual Studio 2022 Download: https://visualstudio.microsoft.com/downloads/
- RUST download link: https://www.rust-lang.org/tools/install
Build Commands
----------------------------
Compile using the rust compiler: rustc filename.rs
Create a RUST project using Cargo: cargo new projectname
Compile a RUST project using Cargo: cargo build
00:00 Introduction
01:19 Installation on Linux
06:44 Installing Visual Studio Code
13:18 Installing on Windows
25:29 Installing on Apple Mac
31:23 Summary
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «RUST 01: Getting Started and Installing RUST», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.