Skip to content

Commit

Permalink
v 0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
drlight17 authored Jan 17, 2025
1 parent 50cd564 commit 16dbd0c
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,30 @@ Planning to use some things from this project as PRs to the [official Nextcloud
# Minimum OS requirements
MacOS 10.15 Catalina, Windows 7/2008, Linux with modern kernel version (5.x)

# Works with Nextcloud since v.28.x.x and since Talk v.18.x
## Works with Nextcloud since v.28.x.x and since Talk v.18.x

# πŸ“¦ Download

| Platform | Type | Download link | File size |
|-------------|--------------|---------------------------------------------------|----------------|
| πŸ–₯ Windows x64 | `.msi` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron.0.3.0-alpha.msi) | 87.08 MB |
| πŸ–₯ Windows x86 | `.msi` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron.0.3.0-alpha.ia32.msi) | 83.76 MB |
| 🐧 Debian/Ubuntu Linux x64 | `.deb` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/talk-electron_0.3.0-alpha_amd64.deb) | 73.6 MB |
| 🐧 RHEL/Fedora Linux x64 | `.rpm` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/talk-electron-0.3.0-alpha.x86_64.rpm) | 73.78 MB |
| 🐧 Linux AppImage x64 | `.AppImage` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron-0.3.0-alpha.AppImage) | 104.07 MB |
| 🐧 Linux FlatPak x64 | `.flatpak` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron-0.3.0-alpha-x86_64.flatpak) | 75.09 MB |
| 🌐 Linux Archive x64 | `.tar.gz` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/talk-electron-0.3.0-alpha.tar.gz) | 100.87 MB |
| 🌐 Windows Archive x64 | `.zip` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron-0.3.0-alpha-win.zip) | 112.04 MB |
| 🌐 Windows Archive x86 | `.zip` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron-0.3.0-alpha-ia32-win.zip) | 106.53 MB |
| 🍎 macOS DMG x64 | `.dmg` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron-0.3.0-alpha.dmg) | 99.71 MB |
| 🍎 macOS DMG arm64 | `.dmg` | [Download](https://github.com/drlight17/talk-electron/releases/latest/download/NC.Talk.Electron-0.3.0-alpha-arm64.dmg) | 95.36 MB |


---
## πŸ“‚ How to install?
1. Choose your platform distrib.
2. Click download.
3. Follow installation.

# Supported settings
All app settings are saved in the local user folder in file config.json:
Expand Down Expand Up @@ -40,15 +63,25 @@ For Windows:
```
choco install python312 visualstudio2019community visualstudio2019-workload-nativedesktop visualstudio2019buildtools windows-sdk-10.0
pip install setuptools
git clone https://github.com/drlight17/talk-electron
cd ./talk-electron
cp ./package.json.windows ./package.json
```
For Linux:
```
apt install libxss-dev pkg-config
git clone https://github.com/drlight17/talk-electron
cd ./talk-electron
cp ./package.json.linux ./package.json
```
Platform independent steps:
For Macos:
```
git clone https://github.com/drlight17/talk-electron
cd ./talk-electron
cp ./package.json.windows ./package.json
```
Platform independent steps:
```
npm install -g node-gyp
npm install --save-dev electron-rebuild
npx electron-rebuild
Expand All @@ -70,7 +103,7 @@ npm run dist
```
If there are any module errors try to `npx electron-rebuild` before every `npm start` or `npm run dist`.

For more details see [package.json](package.json)
Also check [package.json.linux](package.json.linux) and [package.json.windows](package.json.windows). Pay attention: [package.json.windows](package.json.windows) should be used for macos development and build.



Expand Down

0 comments on commit 16dbd0c

Please sign in to comment.