mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-05 13:43:01 +00:00
58 lines
2.0 KiB
Markdown
58 lines
2.0 KiB
Markdown
# Install Qt 6.x and setup/build gpt4all-chat from source
|
|
|
|
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 setup and build
|
|
gpt4all-chat from source.
|
|
|
|
## Create a [Qt account](https://login.qt.io/register)
|
|
|
|

|
|
|
|
## Go to the Qt open source [download page](https://www.qt.io/download-qt-installer-oss)
|
|
|
|

|
|
|
|
## Start the installer and sign in
|
|
|
|

|
|
|
|
## After some screens about license, select custom
|
|
|
|

|
|
|
|
## Select the following
|
|
|
|

|
|
|
|
NOTE: This is for macOS. For Linux it is similar, but you need MSVC for Windows, not the mingw install
|
|
|
|
## Open up QtCreator
|
|
|
|

|
|
|
|
## Clone the git repo for gpt4all-chat
|
|
|
|
```
|
|
git clone --recurse-submodules https://github.com/nomic-ai/gpt4all
|
|
```
|
|
|
|
## 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
|
|
|
|

|
|
|
|
|