Skip to content

Commit 8640717

Browse files
techknowlogick6543jolheiser
authored
Add docs for windows env vars (#16236)
* Add docs for windows env vars Fix #16213 * Fix docs/content/doc/developers/hacking-on-gitea.en-us.md Co-authored-by: John Olheiser <[email protected]> Co-authored-by: 6543 <[email protected]> Co-authored-by: John Olheiser <[email protected]>
1 parent 383ffcf commit 8640717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/doc/developers/hacking-on-gitea.en-us.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ One of these three distributions of Make will run on Windows:
7373
- The binary is called `mingw32-make.exe` instead of `make.exe`. Add the `bin` folder to `PATH`.
7474
- [Chocolatey package](https://chocolatey.org/packages/make). Run `choco install make`
7575

76+
**Note**: If you are attempting to build using make with Windows Command Prompt, you may run into issues. The above prompts (git bash, or mingw) are recommended, however if you only have command prompt (or potentially powershell) you can set environment variables using the [set](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/set_1) command, e.g. `set TAGS=bindata`.
77+
7678
## Downloading and cloning the Gitea source code
7779

7880
The recommended method of obtaining the source code is by using `git clone`.

0 commit comments

Comments
 (0)