diff --git a/ru/download/index.markdown b/ru/download/index.markdown index 2b78ba7cd..88d9a4f85 100644 --- a/ru/download/index.markdown +++ b/ru/download/index.markdown @@ -14,24 +14,36 @@ categories: [] tags: [] language: ru --- -

Tutorial 1 explains how to build the source code. Please read it !

-

You can download the ZIP archive containing the whole set of tutorials here (See the FAQ for which version to choose):

- -Alternatively, you have access to the latest version of the code on the Git repository :

- -All the source code on this site (except third-party libraries) is released under the WTFPL Public Licence :

-
           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- Version 2, December 2004

-

Copyright (C) 2004 Sam Hocevar

-

Everyone is permitted to copy and distribute verbatim or modified
-copies of this license document, and changing it is allowed as long
-as the name is changed.

-

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

-

0. You just DO WHAT THE FUCK YOU WANT TO.


-All the tutorial material is available under Creative-Common license: CC-BY-NC-ND available here

+[Tutorial 1]({{site.baseurl}}/ru/beginners-tutorials/tutorial-1-opening-a-window/) рассказывает как выполнить сборку из исходного кода. Пожалуйста прочитайте его! + +Вы можете скачать ZIP-архив, содержащий весь набор уроков здесь: +* [OpenGL 3.3+, Исходный код уроков на GitHub, .zip](https://github.com/opengl-tutorials/ogl/archive/master.zip) + +Для старых компьютеров вы можете скачать ветку 2.1 (обновляются редко): + +* [OpenGL 2.1, Исходный код уроков на GitHub, .zip](https://github.com/opengl-tutorials/ogl/archive/2.1_branch.zip) + +Безусловно, вы можете напрямую заглянуть в наш репозиторий Git: +* [Посмотреть исходный код в репозитории GitHub](https://github.com/opengl-tutorials/ogl) + +Если у вас возникли трудности со сборкой проектов из исходного кода, то прочитайте [FAQ]({{ site.baseurl }}/miscellaneous/faq/). + +Весь исходный код на этом сайте (кроме библиотек, предоставленных третьей стороной) выпущен под лицензией WTFPL Public License: +``` + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. +``` + +Все уроки на сайте доступны под лицензией Creative-Common license: CC-BY-NC-ND, которая доступна [здесь](http://creativecommons.org/licenses/by-nc-nd/3.0/fr/deed.en)