Tasks #1755

Tasks #1416: Pre-packaged installation tutorial

Extract different combinations of tools and installation methods from existing documentation

Added by J. Wienke about 10 years ago. Updated about 10 years ago.

Status:ResolvedStart date:02/07/2014
Priority:NormalDue date:
Assignee:S. Sharma% Done:

100%

Category:-
Target version:-

Description

Provide a table of which installation method is used on which OS from the existing documentation available at https://docs.cor-lab.org. Find out what is still missing.

Either as Wiki page or in this issue.

table.txt Magnifier (665 Bytes) S. Sharma, 02/25/2014 03:58 PM


Related issues

Blocks CoR-Lab Tutorials - Tasks #1756: Extract existing installation instructions as starting po... New 02/07/2014

History

#1 Updated by S. Sharma about 10 years ago

Please suggest if table structure like this would be fine :

OS     Languages    cpp                java    python    
-- ---------- ----- ---- ------
win              from source             maven    pip
Windows installer

RSB linux from source maven pip
--- maven
ppkg

mac              from source              maven     pip
homebrew
OS     Languages    cpp                java    python    
-- ---------- ----- ---- ------
win              from source             maven    pip
Windows installer

cca linux from source maven pip
--- maven
ppkg

mac              from source              maven     pip
homebrew

#2 Updated by S. Sharma about 10 years ago

please ignore earlier comment as the formating has been completly gone wrong, refer the attached file to see table structure.

#3 Updated by J. Moringen about 10 years ago

Suchit Sharma wrote:

please ignore earlier comment as the formating has been completly gone wrong, refer the attached file to see table structure.

As on off-topic remark: when putting arbitrary preformatted text into Redmine, there are two mechanism for keeping the original format

  • @ (at-sign)
      For @preformatted text@ within a sentence
      

    The above example renders as:
    For preformatted text within a sentence
    (note typewriter font)
  • The block syntax:
      <pre>
      A whole block
      of preformatted text
      </pre>
      

    This example renders as
      A whole block
      of preformatted text
      

The pre block would have been suitable for putting your table into a Redmine comment.

#4 Updated by S. Sharma about 10 years ago

Thanks Jan, could you please see if the table structure is fine. It is attached in previous comment.

#5 Updated by J. Moringen about 10 years ago

It is also possible to format tables like this:
|_.Heading1 |_.Heading 2|
| Cell 1 1  | Cell 1 2  |
| Cell 2 1  | Cell 2 2  |

This renders as
Heading1 Heading 2
Cell 1 1 Cell 1 2
Cell 2 1 Cell 2 2

#6 Updated by J. Moringen about 10 years ago

Suchit Sharma wrote:

Thanks Jan, could you please see if the table structure is fine. It is attached in previous comment.

Immediate observations
  • The Java and Python implementations of Robotics Service Bus (RSB) can also be built from source on all supported operating systems
  • There are no Java and Python implementations of Compliant Control Architecture (CCA)
  • I am not sure whether it makes sense to group information by projects since we are aiming at a project-independent structure

@Sebastian: do you think we could arrange a meeting with Suchit later this week to discuss next steps?

#7 Updated by J. Moringen about 10 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Interesting mechanism for the now are: maven, pypi, debian packages.

#8 Updated by J. Wienke about 10 years ago

Jan Moringen wrote:

Interesting mechanism for the now are: maven, pypi, debian packages.

What about Homebrew?

Also available in: Atom PDF