-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How compile erlang without modules 'jinterface, odbc, wx' #83
Comments
First you'll need to have Java, ODBC, and WxWidgets installed on your computer. You may also have to pass various flags to the build. Refer to the installation notes for the version of Erlang you are trying to install for more information. You may also find some information on this in the kerl readme: https://github.com/kerl/kerl |
i tried to follow this to install everything and it works
|
is ok
is installed |
did you try BTW I mainly follow the setup here: https://gist.github.com/beaorn/7b90a21b7e80e7744d8d2d08e49efcee ^ link expired, should be https://gist.github.com/brycejohnston/7b90a21b7e80e7744d8d2d08e49efcee |
libwxgtk3.0-dev was changed to libgtk3.0-gtk3-dev in 20.04. |
typo, libwxgtk3.0-gtk3-dev is the correct one |
This wants to install the entirety of Ubuntu on WSL2. If any other Windows peasants such as myself want to share what this needs, please. 🥇 |
如果是centos 7,应该安装哪部分的依赖呢?? |
yum install gcc-c++ automake cmake ncurses-devel openssl-devel wxGTK-devel fop java-1.8.0-openjdk-devel unixODBC-devel libssh2-devel |
In compilation process require install erlang modules? how fix them?
The text was updated successfully, but these errors were encountered: