Skip to content

Commit e293e40

Browse files
committed
Link Install Dependencies in Getting Started guide
Currently the first link in the README is the Getting Started guide. However the Getting Started guide did not have any reference to the installation of dependencies.
1 parent 94679b1 commit e293e40

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

guides/getting_started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
This guide will walk you through installing the new project generator, then
44
building your first Scenic application.
55

6-
Some initial setup is required for windows. You'll need
7-
windows services for linux (WSL) and VcXsrv,
8-
[Jeffrey Borchert's article details these steps.](https://medium.com/@jeffborch/running-the-scenic-elixir-gui-framework-on-windows-10-using-wsl-f9c01fd276f6)
9-
You'll come back here to finish.
6+
## Install Dependencies
7+
8+
See [Install Dependencies](install_dependencies.html)
109

1110
## Install `scenic.new`
1211

guides/install_dependencies.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ The design of Scenic goes to great lengths to minimize its dependencies to just
44
the minimum. Namely, it needs Erlang/Elixir and OpenGL.
55

66
Rendering your application into a window on your local computer (MacOS, Ubuntu
7-
and others) is done by the `scenic_driver_glfw` driver. It uses the GLFW and
8-
GLEW libraries to connect to OpenGL.
7+
and others) is done by the
8+
[`scenic_driver_local`](https://github.com/ScenicFramework/scenic_driver_local)
9+
driver. It uses the GLFW and GLEW libraries to connect to OpenGL.
910

1011
The instructions below assume you have already installed Elixir/Erlang. If you
1112
need to install Elixir/Erlang there are instructions on the [elixir-lang
@@ -22,7 +23,13 @@ brew install glfw3 glew pkg-config
2223
```
2324

2425
Once these components have been installed, you should be able to build the
25-
`scenic_driver_glfw` driver.
26+
`scenic_driver_local` driver.
27+
28+
## On Windows
29+
30+
Some initial setup is required for windows. You'll need windows services for
31+
linux (WSL) and VcXsrv, [Jeffrey Borchert's article details these
32+
steps.](https://medium.com/@jeffborch/running-the-scenic-elixir-gui-framework-on-windows-10-using-wsl-f9c01fd276f6)
2633

2734
## On Ubuntu 16
2835

0 commit comments

Comments
 (0)