-
Notifications
You must be signed in to change notification settings - Fork 70
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
Getting started doc #18
Comments
build-essential (reckon there are some others)
I am currently stuck on this. I am running make from within Frameworks and getting errors like this, "NXKeyboard.m:141:11: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode"
xxx how to do this
xxx how to do this |
Thank you for your interest. Workspace is a next application I've planned to focus on after Preferences. Perhaps I'll do switch between those two quite often. I am fully agree with you about documentation. That's why I've started a while ago developer notes here at "Wiki" section. Also I've made a placeholder named "Build and install". This is the next step when I'll decide project are ready for community attention and help. Some comments about your "Getting started" proposal:
In general to join development you need:
|
Thanks for these configuration notes. I use virtualbox. CentOS and clang are easy for me. "Do you want to create doc for Debian?" The first step for me is to get something that works. I will attempt to copy what you havedone. If this works, it should be easy for me to write build instructions for other platforms later. |
Great. I'll copy those simple instructions to "Build and install" Wiki page as first version. Actually I want to make start page more lightweight by moving some info to Wiki. |
I've added doc to the Wiki https://github.com/trunkmaster/nextspace/wiki/Build-and-install. Comments are welcome! |
@cratuki, did you see the doc at Wiki page? Does this issue can be considered as closed? |
Appreciate that you are currently focused on this as a personal project, but are open to patches. Love the aim of the project. It is simple and valuable: something equivalent to the pre-Rhapsody GUI, as it was.
The workspace project looks like an area where you have lots of small batches of straightforward but fiddly work. Expect this to be an area where you could get support from a community, to allow you to focus on concerns requiring more focus (e.g. structuring frameworks).
To get a community going, this project could use a Getting Started doc. It would cover these items,
Setting up an environment.
Building the components.
Running it, as far as possible in its current state.
I have made a first-pass at this, will attach as a comment to this post.
The text was updated successfully, but these errors were encountered: