Skip to content

Commit 4e871dd

Browse files
committed
updating Visual Studio images, and the image running Lua Installer.
1 parent ea7ab3a commit 4e871dd

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ The toolset available here aids in the process to download, build and install Lu
2424
>
2525
> Among all the possible versions of Visual Studio, **Visual Studio Community** edition or **Visual Studio Build Tools** are the preferred choices for individuals.
2626
27-
1. Visit [https://visualstudio.microsoft.com](https://visualstudio.microsoft.com), download and install the most recent MSVC (Microsoft Visual Studio for C/C++) Build Tools for x86/x64 native desktop development together with the most recent Windows SDK for your operating system:
28-
* **Step 1**: On the latest Visual Studio installer, switch to ```Individual components``` tab;
27+
1. Visit [https://visualstudio.microsoft.com](https://visualstudio.microsoft.com), download and install the most recent Microsoft Visual Studio C/C++ Build Tools for x86/x64 native desktop development (MSVC), together with the most recent Windows SDK for your operating system:
28+
* **Step 1**: In the startup screen of the latest ```Visual Studio Installer```, switch to ```Individual components``` tab in the top;
2929

30-
![Step 1: Switch to Individual Components tab](https://github.com/user-attachments/assets/8f848c4e-d61d-4fc7-a869-a0b63fb4aecb)
30+
![Step 1: Switch to Individual components tab](https://github.com/user-attachments/assets/f238d870-3ce9-4f69-8539-3c4484e08ec2)
3131

3232
* **Step 2**: Search for ```Windows SDK```;
3333
* **Step 3**: Select the most recent;
3434

35-
![Step 2: Search for "Windows SDK"; Step 3: Select the most recent;](https://github.com/user-attachments/assets/04a3a6a6-297c-4935-a5b7-0baa41cddc12)
35+
![Step 2: Search for "Windows SDK"; Step 3: Select the most recent;](https://github.com/user-attachments/assets/5e45e783-129c-484e-a0e4-f557da6e8d5f)
3636

37-
* **Step 4**: Search for ```MSVC Build Tools```;
37+
* **Step 4**: Search for ```latest MSVC Build Tools```;
3838
* **Step 5**: Select the ```latest``` MSVC x86/x64 build tools available;
39-
* **Step 6**: Verify that ```Individual components``` selection in the right panel shows the latest Build Tools and Windows SDK;
39+
* **Step 6**: In the right panel, verify that the ```Individual components``` selection shows the latest Build Tools and Windows SDK;
4040
* **Step 7**: Hit ```Install``` button and await the installation.
4141

42-
![Step 4: Search for MSVC Build Tools; Step 5: Select the latest x86/x64 build tools; Step 6: Verify that the Individual Components selection shows the latest Build Tools and Windows SDK; Step 7: Hit Install button and await the installation.](https://github.com/user-attachments/assets/7c3cec11-31d5-4bc7-85bb-08ba53b655c1)
42+
![Step 4: Search for latest MSVC Build Tools; Step 5: Select the latest MSVC x86/x64 build tools available; Step 6: In the right panel, verify that the Individual components selection shows the latest Build Tools and Windows SDK; Step 7: Hit Install button and await the installation.](https://github.com/user-attachments/assets/b84e383e-fb2e-48cb-86cd-132b33b0a1fc)
4343

4444
2. Download and extract the latest ```LuaInstaller.EndUsers-*.zip``` from the [Releases](https://github.com/luau-project/LuaInstaller/releases/latest) page anywhere on your computer;
4545

@@ -54,7 +54,7 @@ The toolset available here aids in the process to download, build and install Lu
5454
5555
2. If everything was configured correctly, you should see each dropdown with at least one choice available:
5656

57-
![running](https://github.com/user-attachments/assets/fb93a3e2-6bda-4dad-b56e-01c86ecdd6e8)
57+
![running](https://github.com/user-attachments/assets/f4cd7432-4a31-4a3e-86f6-dd97549034a5)
5858

5959
3. Make your choices and hit ```Install```;
6060
4. Verify that you can find ```lua.exe``` at ```FOLDER > bin```, where FOLDER means the destination directory for Lua installation.
@@ -67,4 +67,4 @@ The toolset available here aids in the process to download, build and install Lu
6767

6868
## Contributors
6969

70-
Special thanks goes to [warlockx](https://github.com/Warlockx) for valuable suggestions and bug hunting in the beginning of this project.
70+
Special thanks goes to [warlockx](https://github.com/Warlockx) for valuable suggestions and bug hunting in the beginning of this project.

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ Did you get here by a mistake? Back to the project's [home page](../).
88

99
## Developers
1010

11+
### Usage on CI servers
12+
1113
Are you looking for CI / CD content? [check our CI examples here](./UsageCI.md).
1214

15+
### Informations and general usage
16+
1317
> [!IMPORTANT]
1418
>
1519
> Before you try to use the tools and libraries provided here, be sure to perform the [initial setup](../README.md#setup).

docs/UsageCI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Usage in CI servers
1+
# Usage on CI servers
22

33
## Overview
44

5-
By the use of ```LuaInstaller.Console```, you can setup continuous integration / continuous delivery (CI CD) to buid and test your Lua-related project on Windows against the MSVC toolchain.
5+
By the use of ```LuaInstaller.Console```, you can setup continuous integration / continuous delivery (CI, CD) to buid and test your Lua-related project on Windows against the MSVC toolchain.
66

77
## Table of Contents
88

0 commit comments

Comments
 (0)