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

How to use it on Mac #4

Open
ventouris opened this issue Jul 31, 2019 · 1 comment
Open

How to use it on Mac #4

ventouris opened this issue Jul 31, 2019 · 1 comment

Comments

@ventouris
Copy link

I try to make it work in MacOS.

Steps I did

  1. I installed GoLang with brew install golang
  2. Run go tool compile tarsplitter_mac

Then I get those errors:

tarsplitter_mac:1:1: invalid UTF-8 encoding
tarsplitter_mac:1:5: invalid character U+0007
tarsplitter_mac:1:6: invalid NUL character
tarsplitter_mac:1:8: invalid character U+0001
tarsplitter_mac:1:9: invalid character U+0003
tarsplitter_mac:1:10: invalid NUL character
tarsplitter_mac:1:13: invalid character U+0002
tarsplitter_mac:1:14: invalid NUL character
tarsplitter_mac:2:1: invalid NUL character
tarsplitter_mac:2:4: syntax error: package statement must be first
tarsplitter_mac:2:4: too many errors

Any idea of how to proceed? I have a huge tar file (~700GB) and I want to split it so I can work with only a sample of it.

@ruffrey
Copy link
Member

ruffrey commented Jul 31, 2019

Hey @ventouris you can download a release: https://github.com/AQUAOSOTech/tarsplitter/releases

or if you want the latest, cd into the folder as before, but instead run: go build.

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

No branches or pull requests

2 participants