1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Desktop: Add OneNote Importer (#10642)

This commit is contained in:
pedr
2024-11-09 09:47:01 -03:00
committed by GitHub
parent 5aa29d38ef
commit b248700e28
194 changed files with 15886 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ There are also a few forks of existing packages under the "fork-*" name.
- Install Node 18+. On Windows, also install the build tools - https://nodejs.org/en/
- [Enable Yarn](https://yarnpkg.com/getting-started/install): `corepack enable`
- Install Rust 1.80+. Follow the instructions on [Rust toolchain website](https://rustup.rs/)
- macOS: Install Cocoapods - `brew install cocoapods`. Apple Silicon [may require libvips](https://github.com/laurent22/joplin/pull/5966#issuecomment-1007158597) - `brew install vips`.
- Linux: Install dependencies - `sudo apt install build-essential libnss3 libsecret-1-dev python rsync libgbm-dev libatk-bridge2.0-0 libgtk-3.0 libasound2`

View File

@@ -50,6 +50,10 @@ This is an indication that there's an early initialisation error. Try this:
So everything should be done from a Windows Command prompt or Windows PowerShell running as Administrator. All build and start commands are designed to work cross-platform, including on Windows.
> Error when building the application
If you find a error when building the application, [verify that you have all the requirements](https://github.com/laurent22/joplin/blob/dev/readme/dev/BUILD.md), including Rust.
## Mobile application
### iOS