-
Notifications
You must be signed in to change notification settings - Fork 171
Eliminate "workspace layout" requirement to build the compiler: use dependencies #31
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
Comments
@chivakker : FYI |
@paigeale @iwwu this is a good template to start working towards. It implies that igc can complle fine with system libraries, and also it should set a boilerplate so that someone can try to compile in the current way where sources are cloned for different projects. When fixing this it is important that you don't break other users that might be okay using that build instructions. |
@paigeale : this issue is technically fixed, but README was not updated. Do you plan to make README update to switch to the build procedure without layout requirement? |
Please, eliminate workspace layout requirements to build the IGC. As of now you require the following folder structure:
Please, remove this completely. It is expected that project will require steps similar to the following to build:
There are the following options to consider dealing with dependencies:
The text was updated successfully, but these errors were encountered: