Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.4 KB

Install.md

File metadata and controls

41 lines (30 loc) · 1.4 KB

Install guide

Command-line interface

  1. Download the latest release and unzip.

  2. Open cmd or PowerShell and navigate to root directory.

  3. Try:
    H:\SZTAKI\git\ProSeqqo>Seqencer.exe -h
    H:\SZTAKI\git\ProSeqqo>ProSeqqoConsole.exe -i example/test.txt
    H:\SZTAKI\git\ProSeqqo>ProSeqqoConsole.exe -i example/test.txt -o example/test_out.txt

  4. HelloWorld and CLI arguments

  5. Examples

DLL

  1. Download the latest release and unzip.
  2. Open your VisualStudio Solution
  3. Solution Explorer, right-click on your project, add COM/Project/Shared Project Reference
  4. Browse SequencePlanner.dll and put a tick.
  5. Use SequencePlanner.
  6. HelloWorld, methods and properties
  7. Examples

image

Code

  1. Clone the repository from the master branch (use release tags) of the latest.
  2. Open the VisualStudio Solution and add your new project.
  3. Solution Explorer, right-click on your project, add Project Reference.
  4. Add SequencePlanner.
  5. Customize SequencePlanner and use.
  6. HelloWorld, methods and properties
  7. Examples

image

Docker