This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1: Install MariaDB3 C connector and development package | |
Step 2: Install QtBase5 private development package | |
Step 3: Download Qt sources | |
Step 4: Run configure in QTDIR/Src/qtbase | |
Step 5: Run qmake in QTDIR/Src/qtbase/src/plugins/sqldrivers | |
Step 6. Run make | |
Step 7. Run make install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1. Setup Ubuntu 20.04 Linux server | |
Step 2. Install software on Windows client(s) | |
Step 3. Create SSH keys on the clients and copy to server | |
Step 4. Create remote repository | |
Step 5. Tweak Git to use SSH | |
Step 6. Create local repository | |
Step 7. Push it to the remote | |
Step 8. Clone to the clients | |
Step 9. Setup GitHub Desktop client | |
Step 10. Test it |