mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 21:48:23 +00:00
Update dev_setup.md
This commit is contained in:
parent
cf61b8259f
commit
b185b9da0d
35
dev_setup.md
35
dev_setup.md
@ -1,8 +1,8 @@
|
|||||||
# Install Qt 6.x
|
# Install Qt 6.x and setup/build gpt4all-chat from source
|
||||||
|
|
||||||
Depending upon your operating system, there are many ways that Qt is distributed.
|
Depending upon your operating system, there are many ways that Qt is distributed.
|
||||||
Here is the recommended method for getting the Qt dependency installed to begin
|
Here is the recommended method for getting the Qt dependency installed to setup and build
|
||||||
gpt4all-chat developement.
|
gpt4all-chat from source.
|
||||||
|
|
||||||
## Create a [Qt account](https://login.qt.io/register)
|
## Create a [Qt account](https://login.qt.io/register)
|
||||||
|
|
||||||
@ -26,5 +26,32 @@ gpt4all-chat developement.
|
|||||||
|
|
||||||
NOTE: This is for macOS. For Linux it is similar, but you need ming64 for Windows, not the MSVC install
|
NOTE: This is for macOS. For Linux it is similar, but you need ming64 for Windows, not the MSVC install
|
||||||
|
|
||||||
## Open up QtCreator which you can find in a subdirectory of Qt install
|
## Open up QtCreator
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Clone the git repo for gpt4all-chat
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone --recurse-submodules https://github.com/nomic-ai/gpt4all-chat
|
||||||
|
```
|
||||||
|
|
||||||
|
## Open the gpt4all-chat project in QtCreator
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
NOTE: File->Open File or Project and navigate to the gpt4all-chat repo and choose the CMakeLists.txt
|
||||||
|
|
||||||
|
## Configure project
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Build project
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Run project
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user