-
Notifications
You must be signed in to change notification settings - Fork 28
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
This repo does not contain a Project file #1
Comments
This repository is not focused to "actual coding", I started this as a guide only (Markdown files). Each C files are a small program so I don't think it need any project file. But I can add a shell script or batch file to automate things. What do you think? btw, dlltool is available in any mingw-w64 cross-compiler toolchain. |
yeah I learned what dlltool is afterwards. Also, you're mentioning mingw-w64 cross-compiler NOW, but so far I've been using gcc/make from CygWin, which I believe, although I'm not sure, is not part of mingw-w64. When I build the main C files I get this:
|
=============================================================================
INSTALL DEVELOPER TOOLS
=============================================================================
sudo apt-get install micro nano curl wget sed mawk less htop tmux neofetch ruby figlet toilet fortune
sudo apt install micro nano curl wget sed mawk less htop tmux neofetch ruby figlet toilet fortune
sudo apk add nano curl wget sed mawk less htop tmux neofetch ruby figlet toilet fortune
sudo zypper install nano curl wget sed mawk less htop tmux neofetch ruby figlet toilet fortune
gem install lolcat
-----------------------------------------------------------------------------
sudo apt-get install build-essential
sudo apt install build-essential
sudo apk add build-base gcc abuild binutils binutils-doc gcc-doc cmake cmake-doc extra-cmake-modules extra-cmake-modules-doc
sudo zypper install --type pattern devel_basis
-----------------------------------------------------------------------------
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt install sqlite3 libsqlite3-dev
sudo apk add sqlite sqlite-dev sqlite-libs
sudo zypper install sqlite3 sqlite3-devel sqlite3-doc libsqlite3-0 glibc-32bit libcppdb0 libcppdb_sqlite3-0 libdbi3 libdbi-drivers-dbd-sqlite3 libsqlite3-0-32bit
-----------------------------------------------------------------------------
sudo apt-get install autotools-dev autoconf pkg-config
sudo apt install autotools-dev autoconf pkg-config
sudo apk add libtool autoconf pkg-config
sudo zypper install libtool autoconf pkg-config |
Hey man,
first kudos on creating such a project. It is even referenced in some ubuntu official WSL guide.
But sorry to say, this repo is anything but well taken care of:
The text was updated successfully, but these errors were encountered: