Skip to content

add --version option and improve building scripts#23

Open
maxkoryukov wants to merge 11 commits into
jabcode:masterfrom
maxkoryukov:master
Open

add --version option and improve building scripts#23
maxkoryukov wants to merge 11 commits into
jabcode:masterfrom
maxkoryukov:master

Conversation

@maxkoryukov

Copy link
Copy Markdown

Main changes:

  • both jabcodeReader and jabcodeWriter now have --version option
  • removed unnecessary headers from the repo
  • add install instructions into Makefile
  • ignore .o and .a files in .gitignore
  • add -fPIC to the linker options

Also, I could provide a Dockerfile with installed jabcodeReader and jabcodeWriter, for people who don't want to build utilities on their hosts

printf("jabcodeReader input-image(png) [--output output-file]\n");
printf("\n");
printf("--output\tOutput file for decoded data.\n");
printf("--version\t\t\tPrint version info.\n");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxkoryukov Change indentation to tabs?

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