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

Pangolin 0.5 version #769

Closed
sunghyun-nam opened this issue Jun 2, 2022 · 4 comments
Closed

Pangolin 0.5 version #769

sunghyun-nam opened this issue Jun 2, 2022 · 4 comments

Comments

@sunghyun-nam
Copy link

Hello.

I want to use a lower version of Pangolin.

what should I do for that?

Thanks in advance.

@christian-rauch
Copy link
Collaborator

You can use different tags https://github.com/stevenlovegrove/Pangolin/tags:

Either:

  • clone directly:

    git clone --recursive https://github.com/stevenlovegrove/Pangolin.git -b v0.5
  • or switch tag for an already cloned repo:

    git checkout tags/v0.5 -b

@TheSeanParker
Copy link

handsome answer!but how we could know the pangolin special version?

@christian-rauch
Copy link
Collaborator

handsome answer!but how we could know the pangolin special version?

What "special version" do you mean? There is no such thing. You can check out the repo at any tag. See https://github.com/stevenlovegrove/Pangolin/releases for a list of released versions and their tags.

@TheSeanParker
Copy link

handsome answer!but how we could know the pangolin special version?

What "special version" do you mean? There is no such thing. You can check out the repo at any tag. See https://github.com/stevenlovegrove/Pangolin/releases for a list of released versions and their tags.

Thanks,the background of this questions is that one program is exploited so much time.when the new person comes in this old project could not this program use which version.
I just want to find the command of the pangolin. For example in ubuntu , gcc -v could find the special version in the ubuntu, cmake --version could find the cmake version,how about the pangolin? I know you are the excellent expert,it is the great honor to communicate with you!

@christian-rauch christian-rauch closed this as not planned Won't fix, can't repro, duplicate, stale Jan 21, 2024
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

3 participants