Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 26, 2023
1 parent 5c3bd4c commit 4922b55
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,26 @@ $ yarn build

> Or `yarn build:all`
#### Build issues

```
gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
```

See https://stackoverflow.com/questions/69882740/how-to-rebuild-epoll-package-in-electron.

Using Node@16 worked.

```
/Users/lacymorrow/repo/crossover/node_modules/app-builder-bin/mac/app-builder_arm64 process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Exit code:
1 failedTask=build stackTrace=Error: /Users/lacymorrow/repo/crossover/node_modules/app-builder-bin/mac/app-builder_arm64 process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
```

To build rpm, executable rpmbuild is required, please install: `brew install rpm`



### Publish

```
Expand Down

0 comments on commit 4922b55

Please sign in to comment.