assaultcube / AC

AssaultCube
859 stars 220 forks source link

Build older version #417

Closed symbios24 closed 2 years ago

symbios24 commented 2 years ago

Hello there What if i want to build the older version 1.2.0.2 Now that AC is updated to 1.3 version If i clone the repo like this: https://github.com/assaultcube/AC.git What version it will clone ?? If it will clone the 1.3 how can i clone the 1.2? Thanks

pseiler commented 2 years ago

git clone https://github.com/assaultcube/AC.git git checkout v1.2.0.2 Then follow the build instructions. You can also create a local branch for it.

Or just download it from here. https://github.com/assaultcube/AC/releases/tag/v1.2.0.2

aurhat commented 2 years ago

It isn't good idea - https://github.com/assaultcube/AC/releases/tag/v1.2.0.2 -> "Therefore the libcurl4_1202_hotfix branch should be used by packagers for the newest Linux systems/distributions"

symbios24 commented 2 years ago

Thanks,so what method is correct to use to clone the 1.2.0.2 ?