So I would like to install VSCodium. I cloned the repository and followed the instructions, but it has an issue. Hoping someone might know how to resolve it. It looks like maybe I need g++ but not sure how to install that. eopkg search doesn't provide any info....
Here's where things go sideways:
In file included from /usr/include/c++/12/x86_64-solus-linux/bits/c++config.h:655,
from /usr/include/c++/12/type_traits:38,
from /usr/include/c++/12/unordered_set:38,
from ../src/binding.cc:1:
/usr/include/c++/12/x86_64-solus-linux/bits/os_defines.h:39:10: fatal error: features.h: No such file or directory
39 | #include <features.h>
| ~~~~~~~~
compilation terminated.
make: *** [watcher.target.mk:134: Release/obj.target/watcher/src/binding.o] Error 1
make: Leaving directory '/home/curtis/Downloads/vscodium/vscode/node_modules/@parcel/watcher/build'
gyp ERR! build error
gyp ERR! stack Error: make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib64/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (node:events:520:28)
gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
gyp ERR! System Linux 6.0.11-225.current
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/curtis/Downloads/vscodium/vscode/node_modules/@parcel/watcher
gyp ERR! node -v v16.14.0
gyp ERR! node-gyp -v v8.4.1
gyp ERR! not ok
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
BTW, I want to note that I know vscode is in the repository and I have installed it. Nonetheless, I would prefer to work with VSCodium.