Skip to content
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

Directory layout #5

Merged
merged 9 commits into from
Jan 31, 2016
Merged

Directory layout #5

merged 9 commits into from
Jan 31, 2016

Conversation

eddieantonio
Copy link
Owner

Addresses #4. Requesting @amitdo for code review. If it looks good to you, I'll merge it and make it the v6.1 release.

@eddieantonio
Copy link
Owner Author

The structure now looks like this:

.
├── bin
│   └── [compiled binaries]
├── lib
│   └── libisri.a
├── libexec
│   └── [executables used internally] 
├── share
│   └── man
│       └── man1
│           └── [man pages for binaries]
├── src
│   └── [source files for library AND binaries]
├── test
│   └── [unit tests]
└── README.md

@amitdo
Copy link

amitdo commented Jan 31, 2016

Yes, it looks good to me. Thanks!

eddieantonio added a commit that referenced this pull request Jan 31, 2016
@eddieantonio eddieantonio merged commit 29eed5d into master Jan 31, 2016
@eddieantonio eddieantonio deleted the directory-layout branch December 20, 2016 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants