Is it possible to run cocos2d-x on linux command line only?

  • koko82
    Likes 0

    Problem Description

    Just wandering if its possible to run cocos2dx to test file compliles only without simulator and graphics files only via command line on linux (without the grahical interface)?

     

  • Sonar Systems admin
    Likes 0

    change directory to the project

    use the command

     

    cocos compile

    cocos run -p android

    or

    cocos run -p ios


    This reply has been verified.

Login to reply