Last active
          January 31, 2021 09:00 
        
      - 
      
 - 
        
Save nanaHa1003/7c548c65e1c027ec88a3850afa0fb653 to your computer and use it in GitHub Desktop.  
    [rAthena build script] #rAthena #RO
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/bash | |
| # This Script is tested on CentOS 7 | |
| # Install dependencies | |
| sudo yum install gcc gcc-c++ make mysql mysql-devel mysql-server pcre-devel zlib-devel git | |
| # Clone Source | |
| git clone https://github.com/rAthenaCN/rAthenaCN.git | |
| # Build | |
| cd rAthenaCN | |
| chmod u+x configure | |
| ./configure | |
| make | |
| chmod u+x athena-start | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment